import { Any, AnyObject, Options } from "../../../types";
/**
 * Returns an array with the elements in reverse order.
 */
export declare const $reverseArray: (obj: AnyObject, expr: Any, options: Options) => Any;
