import { Any, Options } from"../../types";
/**
* Returns an array of all values for the selected field among for each document in that group.
*/exportdeclareconst$push: (coll: Any[], expr: Any, options: Options) =>Any[];
exporttypeT_PUSH = typeof $push;