export declare const generateRandomString: (length: number) => string;
export declare const getTimeInSeconds: (date?: Date) => number;
