/** * Dashboard TUI - Real-time dashboard for monitoring sessions and system health * Built with Ink (modern React-based TUI framework) * * Root shell that composes modular components from ./dashboard/ */ export type { BackgroundTask, DashboardData, RecentCommand, SystemHealth, WorktreeDiagramEntry } from './dashboard/types.js'; export { formatDurationMs } from './dashboard/utils/format-helpers.js'; /** * Start the dashboard */ export declare function startDashboard(): void; //# sourceMappingURL=dashboard-tui.d.ts.map