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