export declare const EKCalendarType: { readonly LOCAL: "Local"; readonly CALDAV: "CalDAV"; readonly EXCHANGE: "Exchange"; readonly SUBSCRIPTION: "Subscription"; readonly BIRTHDAY: "Birthday"; }; export type EKCalendarType = typeof EKCalendarType[keyof typeof EKCalendarType]; //# sourceMappingURL=EKCalendarType.d.ts.map