export declare const objectKeys: (o: O) => (keyof O)[]; export declare function getRandomInt(givenMin: number, givenMax: number): number;