import { Any, AnyObject, Options } from "../../../types";
/**
 * Matches values that are less than or equal to the value specified in the query.
 */
export declare const $lte: (obj: AnyObject, expr: Any, options: Options) => boolean;
