import Listr from 'listr2'; import { ClientContext, DashboardContext } from './context'; declare type LoadDashboardContext = ClientContext & DashboardContext; export declare function dashboardOne(slug: string): Listr.ListrTask; export {};