export declare const CALENDAR_TYPES: { readonly ARABIC: "Arabic"; readonly HEBREW: "Hebrew"; readonly ISO_8601: "ISO 8601"; readonly US: "US"; readonly JP: "JP"; }; export type CalendarType = (typeof CALENDAR_TYPES)[keyof typeof CALENDAR_TYPES]; export declare const CALENDAR_TYPE_LOCALES: { US: string[]; Arabic: string[]; Hebrew: string[]; JP: string[]; }; //# sourceMappingURL=local.d.ts.map