export declare const EKParticipantType: { readonly UNKNOWN: "unknown"; readonly PERSON: "person"; readonly ROOM: "room"; readonly RESOURCE: "resource"; readonly GROUP: "group"; }; export type EKParticipantType = typeof EKParticipantType[keyof typeof EKParticipantType]; export declare function _fromNative(n: number): EKParticipantType; //# sourceMappingURL=EKParticipantType.d.ts.map