import { PrimitiveOrNoValue } from '../../utils.functions'; import { ExcelOperatorFunction, JsOperatorFunction } from '../operator.type'; export declare const javascriptGreaterThan: JsOperatorFunction; export declare const excelGreaterThan: ExcelOperatorFunction;