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