import { apply } from '../diff/apply.js'; import { type Difference, diff } from '../diff/diff.js'; import { merge } from '../diff/merge.js'; export { diff, apply, merge, type Difference }; //# sourceMappingURL=index.d.ts.map