export declare function mapWithConcurrency(items: T[], concurrency: number, mapper: (item: T, index: number) => Promise): Promise;