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