import type { AST } from "jsonc-eslint-parser"; export declare function getReportingNode(node: AST.JSONNode, paths: string[]): AST.JSONNode; //# sourceMappingURL=get-reporting-node.d.ts.map