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