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