import { ProjectionOperator } from "../../core";
/**
 * Projects only the first element from an array that matches the specified $elemMatch condition.
 *
 * @param obj
 * @param field
 * @param expr
 * @returns {*}
 */
export declare const $elemMatch: ProjectionOperator;
