export declare const BASE_TIMEZONE = "Etc/UTC";
export declare const TIMEZONES: {
    name: string;
    name_zh: string;
    tzCode: string;
}[];
