import type { AgentRecord } from "../../types.js"; import type { DashboardTheme } from "../theme.js"; import type { DashboardRenderState } from "./types.js"; export declare function renderCompactRow(rec: AgentRecord, innerW: number, th: DashboardTheme, state: DashboardRenderState): string;