export declare const rndFloat: (min?: number, max?: number) => number;
