export interface Ctor extends Function { new (...args: any[]): T; } export interface Cls extends Function { prototype: T; } //# sourceMappingURL=types.d.ts.map