export interface AgentTableEntry { name: string; description: string; whenToUse: string; } export declare function buildAgentTable(agents: AgentTableEntry[]): string;