import { FindOperator } from '../FindOperator'; export declare function LessThan(value: T): FindOperator;