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