import { BinaryOperator } from './types'; export declare function mathEval(lhs: number, operator: BinaryOperator, rhs: number): number; //# sourceMappingURL=math.d.ts.map