1 2 3 4
export declare function each<T>(this: any, list: Iterable<T>, iterator: Function, {context, concurrency}?: { context?: any; concurrency: null | number; }): Promise<undefined>;