import { Any, AnyObject, Options } from "../../types";
/**
 * Projects only the first element from an array that matches the specified $elemMatch condition.
 */
export declare const $elemMatch: (obj: AnyObject, expr: Any, field: string, options: Options) => Any;
