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