import type { Swarm } from "../swarm/swarm.js"; export declare function renderSummary(swarm: Swarm): string;