import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** Registers the `repo-view` tool on the given MCP server. */ export declare function registerRepoViewTool(server: McpServer): void; //# sourceMappingURL=repo-view.d.ts.map