export declare const EKParticipantStatus: { readonly UNKNOWN: "unknown"; readonly PENDING: "pending"; readonly ACCEPTED: "accepted"; readonly DECLINED: "declined"; readonly TENTATIVE: "tentative"; readonly DELEGATED: "delegated"; readonly COMPLETED: "completed"; readonly IN_PROCESS: "inProcess"; }; export type EKParticipantStatus = typeof EKParticipantStatus[keyof typeof EKParticipantStatus]; export declare function _fromNative(n: number): EKParticipantStatus; //# sourceMappingURL=EKParticipantStatus.d.ts.map