export type ClassConstructor = new (...args: any[]) => TReturn;