import type { Theme } from "../modes/theme/theme"; import type { AutoresearchRuntime, DashboardController } from "./types"; export declare function createDashboardController(): DashboardController; export declare function renderDashboardLines(runtime: AutoresearchRuntime, width: number, theme: Theme, maxRows: number): string[];