import { Segment } from "vscode-json-languageservice"; import { ASTNode } from "../parser"; export declare const getRelativeNodePath: (node: ASTNode) => Segment[]; export declare const getResourceName: (node: ASTNode) => void | string;