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