export declare function mapConcurrent(items: readonly T[], limit: number, fn: (item: T, index: number) => Promise): Promise;