export declare function map(this: any, list: Iterable, iterator: Function, {context, concurrency}?: { context?: any; concurrency: null | number; }): any;