import { HttpClient } from '../../core/http-client'; import { FileAssociatedIoCsResult } from './types'; export declare class FileAssociatedService { private readonly httpClient; private readonly endpoint; constructor(httpClient: HttpClient); /** * Get associated IoCs by file hash (MD5, SHA1, or SHA256) */ getAssociatedIoCs(hash: string): Promise; private validateHash; private mapResponse; private mapFile; private mapIP; private mapDomain; private mapURL; } //# sourceMappingURL=file-associated.d.ts.map