/** * Dashboard View * * Main view showing server status, projects, and quick actions. */ import type { AppState } from "../state.js"; /** * Render the dashboard view */ export declare function renderDashboard(state: AppState): string; /** * Render empty state when no projects found */ export declare function renderEmptyState(state: AppState): string; //# sourceMappingURL=dashboard.d.ts.map