import { HTTPClient } from '../../../../utils/http'; import { MeetingParticipant, UpdateMeetingParticipantDTO } from '../types'; export declare class MeetingParticipantsAPI { private readonly _httpClient; private readonly _basePath; constructor(_httpClient: HTTPClient, _basePath: string); update(propertyId: string, data: UpdateMeetingParticipantDTO): Promise; } //# sourceMappingURL=participants.d.ts.map