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