export declare const randomNumber: (min: any, max: any) => number;
export declare const generateDate: (offset: any) => Date;
