import * as ts from "ts-morph";
import { CompilerState } from "../CompilerState";
export declare function compileLoopBody(state: CompilerState, node: ts.Statement): string;
