import { JSONArray, JSONObject, JSONValuePath } from './JSONDefinitions.js'; export declare function deepSetJSONValue(host: JSONObject | JSONArray, path: JSONValuePath, value: unknown): void;