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