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