import { Options } from '../../../core'; /** * Applies a sub-expression to each element of an array and returns the array of resulting values in order. * * @param obj * @param expr * @returns {Array|*} */ export declare function $map(obj: object, expr: any, options: Options): any;