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