/** Returns a random integer between min (inclusive) and max (exclusive) */
export declare function getRandomInt(min: number, max: number): number;
