export declare type ClassType = { prototype: T; new (...args: TParams): T; }; export declare type ClassWithPrivateConstructor = { prototype: T; }; //# sourceMappingURL=ClassType.d.ts.map