import { BuiltInFunctionBase } from "./BuiltInFunctionBase"; import { ExcelCalcValue } from "./ExcelCalcValue"; import { ExcelCalcNumberStack } from "./ExcelCalcNumberStack"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class UltraCalcFunctionConvert extends BuiltInFunctionBase { static $t: Type; protected evaluate(a: ExcelCalcNumberStack, b: number): ExcelCalcValue; protected get_name(): string; get name(): string; protected get_minArgs(): number; get minArgs(): number; protected get_maxArgs(): number; get maxArgs(): number; private static _as; private static _at; private static _ak; private static _aq; private static _am; private static _al; private static _ap; private static _ao; private static _an; private static _ar; private static _au; doesParameterAllowIntermediateResultArray(a: number, b: boolean): boolean; }