import luau from "../../../LuauAST"; import { RenderState } from "../.."; export declare function renderVariableDeclaration(state: RenderState, node: luau.VariableDeclaration): string;