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