import { KeyIndexMap } from '@phensley/cldr-types'; import { KeyIndexImpl } from '../instructions'; export declare const DateTimePatternFieldIndex: KeyIndexImpl; export declare const DayPeriodIndex: KeyIndexImpl; export declare const EraTypeIndex: KeyIndexImpl; export declare const FieldWidthIndex: KeyIndexImpl; export declare const FormatWidthIndex: KeyIndexImpl; export declare const QuartersIndex: KeyIndexImpl; export declare const WeekdaysIndex: KeyIndexImpl; export declare const CALENDAR_INDICES: KeyIndexMap; export declare const BUDDHIST: import("../instructions").Scope; export declare const BUDDHIST_INDICES: KeyIndexMap; export declare const GREGORIAN: import("../instructions").Scope; export declare const GREGORIAN_INDICES: KeyIndexMap; export declare const JAPANESE: import("../instructions").Scope; export declare const JAPANESE_INDICES: KeyIndexMap; export declare const PERSIAN: import("../instructions").Scope; export declare const PERSIAN_INDICES: KeyIndexMap;