import type { IFileSystem } from "../../types"; export declare class FileHasher { private fs; constructor(fs: IFileSystem); hashFile(filePath: string): Promise; }