/** Build the `## MCP servers` system-prompt section: an inventory of the * currently connected servers, plus a guidance block per declaration that * carries preset custom instructions (the materialized MCP.md body). Returns * "" when there is neither an inventory nor any guidance. */ export declare function buildMcpPromptSection(declarations: { id: string; instructions?: string; }[], connected?: { id: string; toolCount: number; }[]): string; //# sourceMappingURL=mcp-prompt.d.ts.map