export declare const EKParticipantRole: { readonly UNKNOWN: "unknown"; readonly REQUIRED: "required"; readonly OPTIONAL: "optional"; readonly CHAIR: "chair"; readonly NON_PARTICIPANT: "nonParticipant"; }; export type EKParticipantRole = typeof EKParticipantRole[keyof typeof EKParticipantRole]; export declare function _fromNative(n: number): EKParticipantRole; //# sourceMappingURL=EKParticipantRole.d.ts.map