/**
 * Map collection values, returns Array.
 */
declare function map(list: any, callback: any, thisObj?: any): any[];
export default map;
