import { exec } from '..'; import { time } from './util'; export { time, exec }; export declare const tasks: exec.ITask[]; export declare function run(): Promise;