import { Operation } from "./core.js"; //#region src/utils/fast-json-patch/src/duplex.d.ts /** * Create an array of patches from the differences in two objects */ declare function compare(tree1: Object | Array, tree2: Object | Array, invertible?: boolean): Operation[]; //#endregion export { compare }; //# sourceMappingURL=duplex.d.ts.map