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