export declare function fastConcurrentMap(concurrency: number, xs: A[], mapFn: (val: A, idx: number) => Promise): Promise;