/**
 * @author WMXPY
 * @namespace Operation_BinaryExpression
 * @description In
 */
import { IScope, ITrace } from "../../declare/variable";
import { Sandbox } from "../../marked/sandbox";
export declare const executeInBinaryOperator: (this: Sandbox, left: any, right: any, scope: IScope, trace: ITrace) => Promise<any>;
