export type Factory<TActivated, in TArgs extends unknown[] = any[]> = (...args: TArgs) => TActivated;
//# sourceMappingURL=Factory.d.ts.map