import { calc } from '../../api/calc'; import { IframeWindow } from './index'; export declare class Calc implements calc.Api { private iframe; constructor(iframe: IframeWindow); evaluatePaths(request: calc.EvaluatePathsRequest): Promise; }