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