import type { PatchFor } from './PatchFor.js'; export declare function combinePatches(a: PatchFor, b: PatchFor): PatchFor; //# sourceMappingURL=combinePatches.d.ts.map