import { AnyObject, Options } from "../../../types";
/**
 * Selects documents if element in the array field matches all the specified $elemMatch conditions.
 */
export declare const $elemMatch: (selector: string, value: AnyObject, options: Options) => (_: AnyObject) => boolean;
