export declare type ParticipantType = { id: string; name: string; profilePicture?: string; }; //# sourceMappingURL=participant.d.ts.map