export declare function asyncEach(iterable: T[], cb: (v: T) => Promise): Promise;