import type { Random } from "./types.js"; export declare function createRandom(seed: number): Random; //# sourceMappingURL=random.d.ts.map