import type { ApplyJSONPatchOptions, JSONPatchOp, State } from '../types.js'; export declare function exit(state: State, object: any, patch: JSONPatchOp, opts: ApplyJSONPatchOptions): any;