import type { Section } from "@bluecadet/launchpad-utils/types"; import type { MonitorState } from "./monitor-state.js"; export declare function buildMonitorSection(monitorState: MonitorState): Section; //# sourceMappingURL=monitor-summarize.d.ts.map