export declare function promiseAllConcurrent(promisesFunctions: (() => Promise)[], concurrency: number): Promise;