import type { TypedFunction } from '../core/function/typed.js'; import type { ConfigOptions } from '../core/config.js'; interface PickRandomDependencies { typed: TypedFunction; config: ConfigOptions; on?: (event: string, callback: (curr: ConfigOptions, prev: ConfigOptions) => void) => void; } export declare const createPickRandom: import("../utils/factory.js").FactoryFunction; export {}; //# sourceMappingURL=pickRandom.d.ts.map