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