import { Any, AnyObject, Options } from "../../../types";
/**
 * Returns a set that holds all elements of the input sets.
 */
export declare const $setUnion: (obj: AnyObject, expr: Any, options: Options) => Any;
