export type Constructor<T> = new (...args: any[]) => T;
//# sourceMappingURL=constructables.d.ts.map