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