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