export default class TaskRunner { private tasks; constructor(); addTask(task: any): void; runTasks(): Promise; }