export declare function restoreMathRandom(): void; export declare function clearMathRandom(): void; export declare function mockMathRandom(seed?: number): void; export declare namespace mockMathRandom { var restore: typeof restoreMathRandom; var clear: typeof clearMathRandom; }