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