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