import { Any, Options } from "../../../types";
/**
 * Selects documents where values match a specified regular expression.
 */
export declare const $regex: (selector: string, value: Any, options: Options) => (_: import("../../../types").AnyObject) => boolean;
