export type TConstructor = new (...args: any[]) => T;