import { Any, AnyObject, Options } from "../../../types";
/**
 * Returns true if all elements of a set evaluate to true, and false otherwise.
 */
export declare const $allElementsTrue: (obj: AnyObject, expr: Any, options: Options) => Any;
