import { PrimitiveOrNoValue } from '../../utils.functions';
import { ExcelOperatorFunction, JsOperatorFunction } from '../operator.type';
export declare const javascriptLessThan: JsOperatorFunction;
export declare const excelLessThan: ExcelOperatorFunction<PrimitiveOrNoValue>;
