export declare type TimeZoneErrorReason = 'INVALID_TIMEZONE_ID' | 'TIMEZONE_ID_IN_WRONG_FORMAT' | 'UNKNOWN';
