import { HttpClient } from '../../core/http-client'; import { IPReportResult } from './types'; export declare class IPReportService { private readonly httpClient; private readonly endpoint; constructor(httpClient: HttpClient); getReport(ip: string): Promise; private validateIP; private mapResponse; private mapCampaign; private mapThreatActor; private mapFile; private mapIP; private mapDomain; private mapURL; } //# sourceMappingURL=ip-report.d.ts.map