import { HttpClient } from '../../core/http-client'; import { VictimCountryCampaignsResult } from './types'; export declare class VictimCountryCampaignsService { private readonly httpClient; private readonly endpoint; constructor(httpClient: HttpClient); /** * Get campaigns related to a victim country */ getCampaigns(countryNameOrCode: string): Promise; private validateCountryNameOrCode; private mapResponse; private mapCampaignWithIndicators; private mapIndicators; } //# sourceMappingURL=victim-country-campaigns.d.ts.map