export type type = new () => T; export declare const type: new () => T; export declare namespace type { type of> = InstanceType; } //# sourceMappingURL=type.d.ts.map