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