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