import { Options } from '../../../core'; /** * Returns an array with the elements in reverse order. * * @param {Object} obj * @param {*} expr * @return {*} */ export declare function $reverseArray(obj: object, expr: any, options: Options): any;