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