/** * Extract a valid timezone name from a string. * * @throws {RangeError} No valid timezone found in string * * @category Timezones * @see {@link https://en.wikipedia.org/wiki/Tz_database#Names_of_time_zones | Timezone name format on Wikipedia} */ export declare function parseTimezone(timezoneString: string): string; //# sourceMappingURL=parseTimezone.d.ts.map