type ClassConstructor = { new (...args: any[]): T; }; export type { ClassConstructor };