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