export declare const AUTO_INSTANTIATE_INSTANCE: boolean; export interface Type extends Function { new (...args: any[]): T; }