/** * Returns the current user time in the format HH:MM|HH:00-HH:59|dayOfWeek|timezone */ export declare function getCurrentTime(): string; /** * Returns the current GMT date in the format DD/MM/YYYY */ export declare function getCurrentDate(): string;