import * as ts from "ts-morph";
import { CompilerState } from "../CompilerState";
export declare function isSetToken(opKind: ts.ts.SyntaxKind): boolean;
export declare function compileBinaryExpression(state: CompilerState, node: ts.BinaryExpression): string;
