export declare function runConcurrent(items: T[], concurrency: number, worker: (item: T) => Promise): Promise; export declare function runConcurrentStreaming(items: T[], concurrency: number, worker: (item: T) => Promise, onResult: (result: R, item: T) => void): Promise; //# sourceMappingURL=pool.d.ts.map