export type AnyConstructor<Params extends any[] = any[]> = new (...args: Params) => void;
//# sourceMappingURL=AnyConstructor.d.ts.map