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