export declare const pool: (items: readonly T[], concurrency: number, worker: (item: T, index: number) => Promise) => Promise; //# sourceMappingURL=pool.d.ts.map