import { ExpressionOperator } from"../../../types";
/**
* Applies a sub-expression to each element of an array and returns the array of resulting values in order.
*
* @param obj
* @param expr
* @returns {Any[]|*}
*/
export declareconst$map: ExpressionOperator;