import { HTTPClient } from '../../../../../utils/http'; import { CrossPlatformFileResponse } from '../../../../../utils/compatibility'; import { ReportPropertyDebtsQuery, ReportPropertyReceiptsQuery } from '../../types'; export declare class PropertyReportsAPI { private readonly _httpClient; private readonly _baseUrl; constructor(_httpClient: HTTPClient, _baseUrl: string); debts(params: ReportPropertyDebtsQuery): Promise; receipts(params: ReportPropertyReceiptsQuery): Promise; } //# sourceMappingURL=property.d.ts.map