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