export declare function timeZoneToOffsetString(timeZone: string): string;
export declare function isValidTimeZone(tz: string): boolean | undefined;
