export type type = new () => T; export const type = class {} as new () => T; export declare namespace type { export type of> = InstanceType; }