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