import { ListrTask } from 'listr'; export declare const generateTask: (title: string, task: any, enabled?: any, skip?: any) => ListrTask;