import type { MonitorSnapshot } from "../monitor/monitor-reader.ts"; export declare function renderSystemPulse(snapshot: MonitorSnapshot): void; export declare function renderOrchestration(snapshot: MonitorSnapshot): void; /** * Render per-graph execution state from the engine v2 snapshot surface: * phase glyph, agent, node status counts, cumulative budget, frontier, and * the last few graph events (node signals) per graph. SUPPRESSES the whole * section when no engine graphs are present. */ export declare function renderGraphs(snapshot: MonitorSnapshot): void; export declare function renderActiveFunctions(snapshot: MonitorSnapshot): void; export declare function renderRecovery(snapshot: MonitorSnapshot): void; export declare function renderMetrics(snapshot: MonitorSnapshot): void; export declare function renderNotifications(snapshot: MonitorSnapshot): void; //# sourceMappingURL=status-format.d.ts.map