import type { JSONPatchOp } from '../../types'; export declare function add(over: JSONPatchOp, ops: JSONPatchOp[]): JSONPatchOp[];