import type { OpAdd, Op } from '../../json-patch/op'; export declare const xAdd: (add: OpAdd, op: Op) => null | Op; //# sourceMappingURL=xAdd.d.ts.map