import { HttpClient } from '../../core/http-client'; import { DomainAssociatedIoCsResult } from './types'; export declare class DomainAssociatedService { private readonly httpClient; private readonly endpoint; constructor(httpClient: HttpClient); /** * Get associated IoCs by domain */ getAssociatedIoCs(domain: string): Promise; private validateDomain; private mapResponse; private mapFile; private mapIP; } //# sourceMappingURL=domain-associated.d.ts.map