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