import type { OpMove, Op } from '../../json-patch/op'; export declare const xMove: (move: OpMove, op: Op) => null | Op | Op[];