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