import { HttpClient } from '../../core/http-client'; import { TotalFileReportResult } from './types'; export declare class TotalFileReportService { private readonly httpClient; private readonly endpoint; constructor(httpClient: HttpClient); /** * Get total file report (IoC + APT) by hash * @param hash - File hash (MD5, SHA1, or SHA256) */ getReport(hash: string): Promise; private validateHash; private mapResponse; } //# sourceMappingURL=total-file-report.d.ts.map