export declare type Constructor = new () => T; export declare function isConstructor(candidate: any): candidate is Constructor;