//#region src/utility-types/ConstructorType.d.ts
type ConstructorType<TClass> = new (...args: any[]) => TClass;
//#endregion
export { ConstructorType };
//# sourceMappingURL=ConstructorType.d.mts.map