import type { Theme } from "@earendil-works/pi-coding-agent"; import type { Entity } from "./dashboard-model.js"; export declare const statusGlyph: (status: string) => string; export declare const colorStatus: (theme: Theme, status: string, value: string) => string; export declare const entityTail: (entity: Entity, now: number) => string; //# sourceMappingURL=dashboard-presentation.d.ts.map