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