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