import type { JSONPatchOp, State } from '../types.js'; export declare function getType(state: State, patch: JSONPatchOp): import("../types.js").JSONPatchOpHandler; export declare function getTypeLike(state: State, patch: JSONPatchOp): "replace" | "add" | "remove" | "move" | "copy" | "test";