export declare const random: (min: number, max: number, isFloat?: boolean) => number;