import { NodeDeclChunk } from "../chunks/types/NodeDeclChunk"; export declare function nodeDeclChunkToNodeName(nodeDeclChunk: NodeDeclChunk): string;