import { Any, Options } from "../../../types";
/**
 * Matches values that are less than the value specified in the query.
 */
export declare const $lt: (selector: string, value: Any, options: Options) => (_: import("../../../types").AnyObject) => boolean;
