export type RandomFunction = () => number;
export declare const getRand: () => RandomFunction;
export declare const overrideRand: (randomFunc: RandomFunction) => void;
export declare const resetRand: () => void;
//# sourceMappingURL=random.d.ts.map