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