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