type MainDateTag = string; type SecondaryDateTag = string | undefined; type SecondaryDateTagType = 'O' | 'T' | undefined; export declare const DateTags: [MainDateTag, SecondaryDateTag, SecondaryDateTagType][]; export {};