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