import type { Calendar } from './calendars.generated';
export declare function getSupportedCalendars(localePrefix?: string): Calendar[];
