import { JSONValue, JSONValuePath } from './JSONDefinitions.js'; export declare function traverseJSONValue(JSONValue: JSONValue, callback: (data: JSONValue, path: JSONValuePath) => boolean | void, path?: JSONValuePath): void;