import { VarDeclChunk } from "../../chunks/types/VarDeclChunk"; export declare function getVarNameFromVarDeclChunk(varDeclChunk: VarDeclChunk): string;