import { Any, Callback, Options } from "../../../types";
/**
 * Allows the use of aggregation expressions within the query language.
 */
export declare function $expr(_: string, expr: Any, options: Options): Callback<boolean>;
