declare type Task = () => Promise; export declare class ConcurrentTasks { private tasks; private doneTasks; private ranTasks; private bar; private withProgress; constructor(tasks: Array, msg?: string); private resolve; private results; run(maxConcurrent?: number): Promise>; private runTask; } export {}; //# sourceMappingURL=concurrent-tasks.d.ts.map