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