export interface Constructable<T = any> {
    new (...args: any[]): T;
}
//# sourceMappingURL=constructable.interface.d.ts.map