export declare const MILLISECOND_AMOUNT_REGEX: RegExp; export declare const SECOND_AMOUNT_REGEX: RegExp; export declare const MINUTE_AMOUNT_REGEX: RegExp; export declare const HOUR_AMOUNT_REGEX: RegExp; export declare const DAY_AMOUNT_REGEX: RegExp; export declare const WEEK_AMOUNT_REGEX: RegExp; export declare const MONTH_AMOUNT_REGEX: RegExp; export declare const YEAR_AMOUNT_REGEX: RegExp; export declare const AMOUNT_REGEX: RegExp; export declare const EVENT_ID_REGEX: RegExp; export declare const RELATIVE_TIME_REGEX: RegExp; export declare const FULL_MONTH_REGEX: RegExp; export declare const ABBR_MONTH_REGEX: RegExp; export declare const HUMAN_MONTH_REGEX: RegExp; export declare const DAY_FIRST_MONTH_REGEX: RegExp; export declare const MONTH_FIRST_MONTH_REGEX: RegExp; export declare const TIME_REGEX: RegExp; export declare const CASUAL_MONTH_REGEX: RegExp; export declare const ISO_WEEK_DATE_PART = "\\d{4}-?W\\d{2}(?:-?[1-7])?"; export declare const ISO8601_REGEX: RegExp; export declare const NOW_REGEX: RegExp; export declare const DATE_REGEX: RegExp; export declare const START_OR_END_TIME_REGEX: RegExp; export declare const RECURRENCE_AMOUNT_REGEX: RegExp; export declare const REPETITIONS_REGEX: RegExp; export declare const UNTIL_REGEX: RegExp; export declare const RECURRENCE_REGEX: RegExp; export declare const DATE_RANGE_REGEX: RegExp; export declare const EVENT_START_REGEX: RegExp; export declare const eventStartWhitespaceMatchIndex: number; export declare const datePartMatchIndex: number; export declare const from_matchIndex: number; export declare const from_isoMatchIndex: number; export declare const from_nowMatchIndex: number; export declare const from_timeOnlyMatchIndex: number; export declare const from_timeOnlyMeridiemHourMatchIndex: number; export declare const from_timeOnlyMeridiemMinuteMatchIndex: number; export declare const from_timeOnlyMeridiemMeridiemMatchIndex: number; export declare const from_timeOnly24HourHourMatchIndex: number; export declare const from_timeOnly24HourMinuteMatchIndex: number; export declare const from_slashDateFullMatchIndex: number; export declare const from_slashDateMatchIndex: number; export declare const from_slashDateMatchIndex1: number; export declare const from_slashDateMatchIndex2: number; export declare const from_slashDateTimeMatchIndex: number; export declare const from_slashDateTimeMeridiemHourMatchIndex: number; export declare const from_slashDateTimeMeridiemMinuteMatchIndex: number; export declare const from_slashDateTimeMeridiemMeridiemMatchIndex: number; export declare const from_slashDateTime24HourHourMatchIndex: number; export declare const from_slashDateTime24HourMinuteMatchIndex: number; export declare const from_relativeMatchIndex: number; export declare const from_beforeOrAfterMatchIndex: number; export declare const from_relativeTimeMatchIndex: number; export declare const from_relativeEventIdMatchIndex: number; export declare const from_relativeEventIdModifierMatchIndex: number; export declare const from_relativeEventIdStartOrEndMatchIndex: number; export declare const from_relativeEventStartOrEndMatchIndex: number; export declare const from_relativeAmountsMatchIndex: number; export declare const from_relativeAmountMatchIndex: number; export declare const from_relativeAmountNegativeMatchIndex: number; export declare const from_relativeAmountUnitMatchIndex: number; export declare const from_relativeAmountMillisecondsUnitMatchIndex: number; export declare const from_relativeAmountSecondsUnitMatchIndex: number; export declare const from_relativeAmountMinutesUnitMatchIndex: number; export declare const from_relativeAmountHoursUnitMatchIndex: number; export declare const from_relativeAmountWeekDayMatchIndex: number; export declare const from_relativeAmountDaysUnitMatchIndex: number; export declare const from_relativeAmountWeeksUnitMatchIndex: number; export declare const from_relativeAmountMonthsUnitMatchIndex: number; export declare const from_relativeAmountYearsUnitMatchIndex: number; export declare const from_dayFirstCasualMonthMatchIndex: number; export declare const from_dayFirstCasualMonthDayMatchIndex: number; export declare const from_dayFirstCasualMonthMonthFullMatchIndex: number; export declare const from_dayFirstCasualMonthMonthAbbrMatchIndex: number; export declare const from_monthFirstCasualMonthMatchIndex: number; export declare const from_monthFirstCasualMonthMonthFullMatchIndex: number; export declare const from_monthFirstCasualMonthMonthAbbrMatchIndex: number; export declare const from_monthFirstCasualMonthDayMatchIndex: number; export declare const from_casualMonthAndDayYearMatchIndex: number; export declare const from_casualMonthTimeMatchIndex: number; export declare const from_casualMonthTimeMeridiemHourMatchIndex: number; export declare const from_casualMonthTimeMeridiemMinuteMatchIndex: number; export declare const from_casualMonthTimeMeridiemMeridiemMatchIndex: number; export declare const from_casualMonthTime24HourHourMatchIndex: number; export declare const from_casualMonthTime24HourMinuteMatchIndex: number; export declare const from_casualMonthMatchIndex: number; export declare const from_casualMonthMonthFullMatchIndex: number; export declare const from_casualMonthMonthAbbrMatchIndex: number; export declare const from_casualMonthYearMatchIndex: number; export declare const to_matchIndex: number; export declare const to_isoMatchIndex: number; export declare const to_nowMatchIndex: number; export declare const to_timeOnlyMatchIndex: number; export declare const to_timeOnlyMeridiemHourMatchIndex: number; export declare const to_timeOnlyMeridiemMinuteMatchIndex: number; export declare const to_timeOnlyMeridiemMeridiemMatchIndex: number; export declare const to_timeOnly24HourHourMatchIndex: number; export declare const to_timeOnly24HourMinuteMatchIndex: number; export declare const to_slashDateFullMatchIndex: number; export declare const to_slashDateMatchIndex: number; export declare const to_slashDateMatchIndex1: number; export declare const to_slashDateMatchIndex2: number; export declare const to_slashDateTimeMatchIndex: number; export declare const to_slashDateTimeMeridiemHourMatchIndex: number; export declare const to_slashDateTimeMeridiemMinuteMatchIndex: number; export declare const to_slashDateTimeMeridiemMeridiemMatchIndex: number; export declare const to_slashDateTime24HourHourMatchIndex: number; export declare const to_slashDateTime24HourMinuteMatchIndex: number; export declare const to_relativeMatchIndex: number; export declare const to_beforeOrAfterMatchIndex: number; export declare const to_relativeTimeMatchIndex: number; export declare const to_relativeEventIdMatchIndex: number; export declare const to_relativeEventIdModifierMatchIndex: number; export declare const to_relativeEventIdStartOrEndMatchIndex: number; export declare const to_relativeEventStartOrEndMatchIndex: number; export declare const to_relativeAmountsMatchIndex: number; export declare const to_relativeAmountMatchIndex: number; export declare const to_relativeAmountNegativeMatchIndex: number; export declare const to_relativeAmountUnitMatchIndex: number; export declare const to_relativeAmountMillisecondsUnitMatchIndex: number; export declare const to_relativeAmountSecondsUnitMatchIndex: number; export declare const to_relativeAmountMinutesUnitMatchIndex: number; export declare const to_relativeAmountHoursUnitMatchIndex: number; export declare const to_relativeAmountWeekDayMatchIndex: number; export declare const to_relativeAmountDaysUnitMatchIndex: number; export declare const to_relativeAmountWeeksUnitMatchIndex: number; export declare const to_relativeAmountMonthsUnitMatchIndex: number; export declare const to_relativeAmountYearsUnitMatchIndex: number; export declare const to_dayFirstCasualMonthMatchIndex: number; export declare const to_dayFirstCasualMonthDayMatchIndex: number; export declare const to_dayFirstCasualMonthMonthFullMatchIndex: number; export declare const to_dayFirstCasualMonthMonthAbbrMatchIndex: number; export declare const to_monthFirstCasualMonthMatchIndex: number; export declare const to_monthFirstCasualMonthMonthFullMatchIndex: number; export declare const to_monthFirstCasualMonthMonthAbbrMatchIndex: number; export declare const to_monthFirstCasualMonthDayMatchIndex: number; export declare const to_casualMonthAndDayYearMatchIndex: number; export declare const to_casualMonthTimeMatchIndex: number; export declare const to_casualMonthTimeMeridiemHourMatchIndex: number; export declare const to_casualMonthTimeMeridiemMinuteMatchIndex: number; export declare const to_casualMonthTimeMeridiemMeridiemMatchIndex: number; export declare const to_casualMonthTime24HourHourMatchIndex: number; export declare const to_casualMonthTime24HourMinuteMatchIndex: number; export declare const to_casualMonthMatchIndex: number; export declare const to_casualMonthMonthFullMatchIndex: number; export declare const to_casualMonthMonthAbbrMatchIndex: number; export declare const to_casualMonthYearMatchIndex: number; export declare const recurrence_recurrenceMatchIndex: number; export declare const eventTextMatchIndex: number; export declare const COMMENT_REGEX: RegExp; export declare const TAG_COLOR_REGEX: RegExp; export declare const TITLE_REGEX: RegExp; export declare const VIEWERS_REGEX: RegExp; export declare const EDITORS_REGEX: RegExp; export declare const DESCRIPTION_REGEX: RegExp; export declare const DATE_FORMAT_REGEX: RegExp; export declare const TAG_REGEX: RegExp; export declare const MARKDOWN_SECTION_REGEX: RegExp; export declare const LIST_ITEM_REGEX: RegExp; export declare const CHECKLIST_ITEM_REGEX: RegExp; export declare const COMPLETION_REGEX: RegExp; export declare const EDTF_DATE_REGEX: RegExp; export declare const EDTF_START_OR_END_REGEX: RegExp; export declare const EDTF_UNTIL_REGEX: RegExp; export declare const EDTF_RANGE_REGEX: RegExp; export declare const EDTF_START_REGEX: RegExp; export declare const edtfStartWhitespaceMatchIndex: number; export declare const edtfDatePartMatchIndex: number; export declare const from_edtfDateIndex: number; export declare const from_edtfDateMonthPart: number; export declare const from_edtfDateDayPart: number; export declare const from_edtfDateTimePartMatchIndex: number; export declare const from_edtfDateTimeMeridiemHourMatchIndex: number; export declare const from_edtfDateTimeMeridiemMinuteMatchIndex: number; export declare const from_edtfDateTimeMeridiemMeridiemMatchIndex: number; export declare const from_edtfDateTime24HourHourMatchIndex: number; export declare const from_edtfDateTime24HourMinuteMatchIndex: number; export declare const from_edtfRelativeMatchIndex: number; export declare const from_edtfBeforeOrAfterMatchIndex: number; export declare const from_edtfRelativeTimeMatchIndex: number; export declare const from_edtfRelativeEventIdMatchIndex: number; export declare const from_edtfRelativeEventIdModifierMatchIndex: number; export declare const from_edtfRelativeEventIdStartOrEndMatchIndex: number; export declare const from_edtfRelativeEventStartOrEndMatchIndex: number; export declare const from_edtfRelativeAmountsMatchIndex: number; export declare const from_edtfRelativeAmountMatchIndex: number; export declare const from_edtfRelativeAmountNegativeMatchIndex: number; export declare const from_edtfRelativeAmountUnitMatchIndex: number; export declare const from_edtfRelativeAmountMillisecondsUnitMatchIndex: number; export declare const from_edtfRelativeAmountSecondsUnitMatchIndex: number; export declare const from_edtfRelativeAmountMinutesUnitMatchIndex: number; export declare const from_edtfRelativeAmountHoursUnitMatchIndex: number; export declare const from_edtfRelativeAmountWeekDayMatchIndex: number; export declare const from_edtfRelativeAmountDaysUnitMatchIndex: number; export declare const from_edtfRelativeAmountWeeksUnitMatchIndex: number; export declare const from_edtfRelativeAmountMonthsUnitMatchIndex: number; export declare const from_edtfRelativeAmountYearsUnitMatchIndex: number; export declare const from_edtfNowMatchIndex: number; export declare const to_edtfIndex: number; export declare const to_edtfDateIndex: number; export declare const to_edtfDateMonthPart: number; export declare const to_edtfDateDayPart: number; export declare const to_edtfDateTimePartMatchIndex: number; export declare const to_edtfDateTimeMeridiemHourMatchIndex: number; export declare const to_edtfDateTimeMeridiemMinuteMatchIndex: number; export declare const to_edtfDateTimeMeridiemMeridiemMatchIndex: number; export declare const to_edtfDateTime24HourHourMatchIndex: number; export declare const to_edtfDateTime24HourMinuteMatchIndex: number; export declare const to_edtfRelativeMatchIndex: number; export declare const to_edtfBeforeOrAfterMatchIndex: number; export declare const to_edtfRelativeTimeMatchIndex: number; export declare const to_edtfRelativeEventIdMatchIndex: number; export declare const to_edtfRelativeEventIdModifierMatchIndex: number; export declare const to_edtfRelativeEventIdStartOrEndMatchIndex: number; export declare const to_edtfRelativeEventStartOrEndMatchIndex: number; export declare const to_edtfRelativeAmountsMatchIndex: number; export declare const to_edtfRelativeAmountMatchIndex: number; export declare const to_edtfRelativeAmountNegativeMatchIndex: number; export declare const to_edtfRelativeAmountUnitMatchIndex: number; export declare const to_edtfRelativeAmountMillisecondsUnitMatchIndex: number; export declare const to_edtfRelativeAmountSecondsUnitMatchIndex: number; export declare const to_edtfRelativeAmountMinutesUnitMatchIndex: number; export declare const to_edtfRelativeAmountHoursUnitMatchIndex: number; export declare const to_edtfRelativeAmountWeekDayMatchIndex: number; export declare const to_edtfRelativeAmountDaysUnitMatchIndex: number; export declare const to_edtfRelativeAmountWeeksUnitMatchIndex: number; export declare const to_edtfRelativeAmountMonthsUnitMatchIndex: number; export declare const to_edtfRelativeAmountYearsUnitMatchIndex: number; export declare const to_edtfNowMatchIndex: number; export declare const edtf_recurrenceMatchIndex: number; export declare const edtfEventTextMatchIndex: number; /** * BCE/CE System: * * Entirely BCE: 300–200 BCE * Entirely CE: 100–200 CE (or simply 100–200 if context is clear) * Crossing BCE to CE: 50 BCE–50 CE * * BC/AD System: * /!\ Although BC === BCE and AD === CE, official formating isn't the same for AD * which normally is positioned as prefix of the date: "AD 100", "100 BC-AD 70" * * BUT FOR easier implementation only this format will be supported: * Entirely BC: 300–200 BC * Entirely AD: 100 AD–200 AD (or simply 100–200 if context is clear) * Crossing BC to AD: 50 BC– 50 AD * * Number of digits: Arbitrary decision to stick to 4 digits * - 4 cover most of the case which cover the Holocene period * - 5,6 digits could be used for paleolithic but its overkill * - we could also not limit... {1,} * */ export declare const BCE_START_REGEX: RegExp; export declare const BCEDatePartMatchIndex: number; export declare const fromYear_BCEDateIndex: number; export declare const fromYearNotation_BCEDateIndex: number; export declare const toYear_BCEDateIndex: number; export declare const toYearNotation_BCEDateIndex: number; export declare const BCEEventTextMatchIndex: number;