import { Options } from '../../../core'; /** * Returns the element at the specified array index. * * @param {Object} obj * @param {*} expr * @return {*} */ export declare function $arrayElemAt(obj: object, expr: any, options: Options): any;