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