export declare const getRandomInt: (min?: number, max?: number) => number; export declare const getRandomFromArray: (arr: readonly T[]) => T;