AutoLoad
Signature
export declare function AutoLoad(): <T extends { new (...args: any[]): object;}>(target: T) => { new (...args: any[]): { __autoload: boolean; };} & T;Members
This export does not declare public properties or methods in the generated declaration file.