export declare function promisePool(items: T[], fn: (item: T) => Promise, concurrency?: number): Promise; //# sourceMappingURL=promise-pool.d.ts.map