/** * Generate a string with the current date and time in ISO format. */ export declare const getTimeNow: () => string;