export declare type Constructor> = { new (...args: any[]): T; prototype: T; }; //# sourceMappingURL=types.d.ts.map