export declare function formatDateString(dateObj: string, tz?: string): string; export declare function dateToInputDateTime(dt: string, tz?: string | null): string[]; export declare function secondsToHHMMSS(seconds: number): string;