interface DashboardOptions { profile?: string; service?: 'nomad' | 'consul' | 'vault'; } /** * Open the dashboard in browser */ export declare function dashboardCommand(options: DashboardOptions): Promise; export {}; //# sourceMappingURL=dashboard.d.ts.map