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