import { UltraCalcFunctionTwoMatrixFunction } from "./UltraCalcFunctionTwoMatrixFunction"; import { ExcelCalcValue } from "./ExcelCalcValue"; import { ExcelCalcNumberStack } from "./ExcelCalcNumberStack"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class UltraCalcFunctionForecast extends UltraCalcFunctionTwoMatrixFunction { static $t: Type; protected evaluate(a: ExcelCalcNumberStack, b: number): ExcelCalcValue; protected get_name(): string; get name(): string; protected get_minArgs(): number; protected get_maxArgs(): number; doesParameterAllowIntermediateResultArray(a: number, b: boolean): boolean; }