export declare function runWithConcurrency(items: T[], limit: number, worker: (item: T) => Promise): Promise; //# sourceMappingURL=runWithConcurrency.d.ts.map