import Listr from 'listr'; import { Config } from '../config'; export declare const task: (config: Config) => Listr.ListrTask;