export declare function mapWithConcurrency(items: readonly T[], concurrency: number, mapper: (item: T, index: number) => Promise): Promise; //# sourceMappingURL=storage-concurrency.d.ts.map