export declare const EKErrorCode: { readonly EVENT_NOT_MUTABLE: "eventNotMutable"; readonly NO_CALENDAR: "noCalendar"; readonly NO_START_DATE: "noStartDate"; readonly NO_END_DATE: "noEndDate"; readonly DATES_INVERTED: "datesInverted"; readonly INTERNAL_FAILURE: "internalFailure"; readonly CALENDAR_READ_ONLY: "calendarReadOnly"; readonly DURATION_GREATER_THAN_RECURRENCE: "durationGreaterThanRecurrence"; readonly ALARM_GREATER_THAN_RECURRENCE: "alarmGreaterThanRecurrence"; readonly START_DATE_TOO_FAR_IN_FUTURE: "startDateTooFarInFuture"; readonly START_DATE_COLLIDES_WITH_OTHER_OCCURRENCE: "startDateCollidesWithOtherOccurrence"; readonly OBJECT_BELONGS_TO_DIFFERENT_STORE: "objectBelongsToDifferentStore"; readonly INVITES_CANNOT_BE_MOVED: "invitesCannotBeMoved"; readonly INVALID_SPAN: "invalidSpan"; readonly CALENDAR_HAS_NO_SOURCE: "calendarHasNoSource"; readonly CALENDAR_SOURCE_CANNOT_BE_MODIFIED: "calendarSourceCannotBeModified"; readonly CALENDAR_IS_IMMUTABLE: "calendarIsImmutable"; readonly SOURCE_DOES_NOT_ALLOW_CALENDAR_ADD_DELETE: "sourceDoesNotAllowCalendarAddDelete"; readonly RECURRING_REMINDERS_NOT_SUPPORTED: "recurringRemindersNotSupported"; readonly STRUCTURED_LOCATIONS_NOT_SUPPORTED: "structuredLocationsNotSupported"; readonly REMINDER_LOCATIONS_NOT_SUPPORTED: "reminderLocationsNotSupported"; readonly ALARM_PROXIMITY_NOT_SUPPORTED: "alarmProximityNotSupported"; readonly CALENDAR_DOES_NOT_ALLOW_EVENTS: "calendarDoesNotAllowEvents"; readonly CALENDAR_DOES_NOT_ALLOW_REMINDERS: "calendarDoesNotAllowReminders"; readonly SOURCE_DOES_NOT_ALLOW_REMINDERS: "sourceDoesNotAllowReminders"; readonly SOURCE_DOES_NOT_ALLOW_EVENTS: "sourceDoesNotAllowEvents"; readonly PRIORITY_IS_INVALID: "priorityIsInvalid"; readonly INVALID_ENTITY_TYPE: "invalidEntityType"; readonly PROCEDURE_ALARMS_NOT_MUTABLE: "procedureAlarmsNotMutable"; readonly EVENT_STORE_NOT_AUTHORIZED: "eventStoreNotAuthorized"; readonly OS_NOT_SUPPORTED: "osNotSupported"; readonly UNKNOWN: "unknown"; }; export type EKErrorCode = typeof EKErrorCode[keyof typeof EKErrorCode]; export declare function _fromNative(n: number): EKErrorCode; //# sourceMappingURL=EKErrorCode.d.ts.map