export function randomInt(opts: {
    min: number;
    max: number;
}): number;
