import { Any, Callback, Options } from "../../../types";
/**
 * Matches documents that satisfy a custom predicate function.
 */
export declare function $where(_: string, rhs: Any, opts: Options): Callback<boolean>;
