export declare const setSeed: (newSeed: string) => void; export declare const getRng: () => any;