import type { JSONPatchOp, JSONPatchCustomTypes } from './types'; export declare function invertPatch(object: any, ops: JSONPatchOp[], types?: JSONPatchCustomTypes): JSONPatchOp[];