export interface ClassConstructor { new(...args: any[]): T; }