declare function getRandomInteger(min?: number, max?: number): number; export { getRandomInteger }; //# sourceMappingURL=get-random-number.d.ts.map