export declare const mapWithConcurrency: (items: readonly T[], concurrency: number, fn: (item: T, index: number) => Promise) => Promise;