declare function getRandomInt(min: number, max: number): number;

export { getRandomInt };
