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