/**
 * An type that defines a class constructor
 */
export type IConstructor<T> = new (...args: any[]) => T;
//# sourceMappingURL=IConstructor.d.ts.map