/** * Clean up a timezone string, removing some common user typos and converting * whitespace to underscore. * * @category Timezones */ export declare function sanitizeTimezone(timezoneString: string): string; //# sourceMappingURL=sanitizeTimezone.d.ts.map