interface Constructor { new (...args: any[]): T; } export declare function extendsBuiltIn(): (target: Constructor) => any; export {};