import { HTTPClient } from '../../../../../utils/http';
import { CrossPlatformFileResponse } from '../../../../../utils/compatibility';
import { ReportCommonAreaReservationsQuery } from '../../types';
export declare class CommonAreaReportsAPI {
    private readonly _httpClient;
    private readonly _baseUrl;
    constructor(_httpClient: HTTPClient, _baseUrl: string);
    reservations(params: ReportCommonAreaReservationsQuery): Promise<CrossPlatformFileResponse>;
}
//# sourceMappingURL=common-area.d.ts.map