/** * Timezone to region mapping */ export declare const TIMEZONE_REGIONS: Record; /** * Type exports */ export type TimezoneRegion = (typeof TIMEZONE_REGIONS)[keyof typeof TIMEZONE_REGIONS]; //# sourceMappingURL=timezone.d.ts.map