import type { BufferSource } from 'node:stream/web'; import type { DirectoryEntry } from './types.js'; export declare function hashFileContents(contents: string | BufferSource): Promise; export declare function hashDirectoryContents(contents: DirectoryEntry[]): Promise; //# sourceMappingURL=hashing.d.ts.map