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