export declare function runWithConcurrency(tasks: Array<() => Promise>, limit: number): Promise;