/** * Dashboard command - Real-time TUI dashboard for monitoring sessions and system health */ import type { CommandAdapter } from '../command-adapter.interface.js'; /** * Configure dashboard command */ export declare function configureDashboardCommand(program: CommandAdapter): void; //# sourceMappingURL=dashboard.d.ts.map