import type { AgentRegistry } from "./registry.js"; /** * Generate a Mermaid graph diagram from an AgentRegistry. * Shows agent nodes with role labels, capabilities, status coloring, * and live stats (active tasks, errors). * * Terminated agents are excluded by {@link AgentRegistry.manifest} before * this function receives them. */ export declare function toSwarmMermaid(registry: AgentRegistry): string; //# sourceMappingURL=mermaid.d.ts.map