import { ExcelOperatorFunction, JsOperatorFunction } from '../operator.type'; export declare const excelPower: ExcelOperatorFunction; export declare const javascriptPower: JsOperatorFunction;