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