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