import * as ts from "ts-morph";
import { CompilerState } from "../CompilerState";
export declare function compileVariableDeclaration(state: CompilerState, node: ts.VariableDeclaration): string;
export declare function compileVariableDeclarationList(state: CompilerState, node: ts.VariableDeclarationList): string;
export declare function compileVariableStatement(state: CompilerState, node: ts.VariableStatement): string;
