import { Differ } from "@tsplus/stdlib/data/Differ/definition"; /** * Combines two chunk patches to produce a new chunk patch that describes * applying their changes sequentially. * @tsplus static Differ.Chunk.Patch.Aspects combine * @tsplus pipeable Differ.Chunk.Patch combine * @tsplus location "@tsplus/stdlib/collections/Chunk/patch/operations/combine" */ export declare function combine(that: Differ.Chunk.Patch): (self: Differ.Chunk.Patch) => Differ.Chunk.Patch; //# sourceMappingURL=combine.d.ts.map