export declare const seededRandom: (seed: number) => number; export declare const shuffle: (array: T[], seed?: number) => T[];