/**
 * Get random integer between min and max.
 */
export declare const getRandomIntegerInRange: (min: number, max: number) => number;
