import type { Operation } from '../../../json-patch';
import type { JsonOp } from './types';
export declare const jsonPatchOpToJsonOp: (operation: Operation) => JsonOp;
export declare const toJsonOp: (patch: Operation[]) => JsonOp;
