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