import { HTTPClient } from '../../../../../utils/http';
import { CrossPlatformFileResponse } from '../../../../../utils/compatibility';
import { ReportMeetingParticipantsQuery } from '../../types';
export declare class MeetingReportsAPI {
    private readonly _httpClient;
    private readonly _baseUrl;
    constructor(_httpClient: HTTPClient, _baseUrl: string);
    participants(params: ReportMeetingParticipantsQuery): Promise<CrossPlatformFileResponse>;
}
//# sourceMappingURL=meeting.d.ts.map