import { type PatchFile } from '@pnpm/lockfile.types';
export declare function calcPatchHashes(patches: Record<string, string>, lockfileDir: string): Promise<Record<string, PatchFile>>;
