import type { Timezone } from "./timezones.generated.js";
export declare function getSupportedTimeZones(locale?: string): Timezone[];
