import type { JSONPatchOp } from '../../types'; export declare function move({ path, from }: JSONPatchOp): JSONPatchOp;