export declare function calcPatchHashes(patches: Record<string, string>): Promise<Record<string, string>>;
