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