import { IScope } from "../types"; import { ObjectValue } from "../values"; export declare class MlogMath extends ObjectValue { constructor(scope: IScope); }