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