import { EKParticipantType } from "./EKParticipantType"; import { EKParticipantRole } from "./EKParticipantRole"; import { EKParticipantStatus } from "./EKParticipantStatus"; export declare class EKParticipant { name: string | null; url: string | null; type: EKParticipantType; role: EKParticipantRole; status: EKParticipantStatus; isCurrentUser: boolean; } //# sourceMappingURL=EKParticipant.d.ts.map