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