import { type PRNG } from "./types.js"; export declare function getAleaRng(seed?: string): PRNG; //# sourceMappingURL=alea.d.ts.map