import type { SlopeConfig, DashboardConfig } from '../../core/index.js'; export declare function resolveDashboardConfig(args: string[], config: SlopeConfig): DashboardConfig; export declare function dashboardCommand(args: string[]): Promise; //# sourceMappingURL=dashboard.d.ts.map