import type { JSONPatchOpHandlerMap, Runner } from './types.js'; export declare function runWithObject(object: any, allTypes: JSONPatchOpHandlerMap, shouldCache: boolean, callback: Runner): any;