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