import { type Direction } from '../util'; declare const _default: (data: any, path: string | number, value: any, direction?: Direction) => void; export default _default;