import type { AST as JSON } from "jsonc-eslint-parser";
import type { NodeData } from "./common";
export declare function getJSONNodeFromPath(node: JSON.JSONProgram, [...paths]: string[]): NodeData<JSON.JSONNode>;
