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