import { HttpClient } from '../../core/http-client'; import { FileCampaignsResult } from './types'; export declare class FileCampaignsService { private readonly httpClient; private readonly endpoint; constructor(httpClient: HttpClient); /** * Get campaigns related to a file hash */ getCampaigns(hash: string): Promise; private validateHash; private mapResponse; } //# sourceMappingURL=file-campaigns.d.ts.map