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