export declare function isValidTimeZone(tz: string): boolean; export declare function formatLocalIsoWithOffset(now: Date, timeZone?: string): string;