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