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