import { IpfsHashMapService } from '../daemon-server/core/services/ipfs-hash-map.service'; export declare class PluginTask { private ipfsHashMapService; constructor(ipfsHashMapService: IpfsHashMapService); run(): Promise; add(hash: string): Promise; private validateHash; remove(hash: string): Promise; private readFile; private writeHashesToFile; }