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