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