import type { JSONPatchOp } from '../../types'; export declare function copy(op: JSONPatchOp, value: any, changedObj: any, isIndex: boolean): JSONPatchOp;