export declare const forEachAsync: (items: T[], fn: (item: T, idx: number) => Promise) => Promise; //# sourceMappingURL=for-each-async.d.ts.map