import type { Timezone } from "./timezoneTypes"; export declare const UTC_TIME: Timezone; /** List of standard timezones */ export declare const TIMEZONE_ITEMS: Timezone[]; /** Minimal list of timezones */ export declare const MINIMAL_TIMEZONE_ITEMS: Timezone[];