/**
 * @fileoverview Handles registration and error handling for the `clinicaltrials_search_studies` tool.
 * @module src/mcp-server/tools/searchStudies/registration
 */
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
/**
 * Registers the 'clinicaltrials_search_studies' tool with the MCP server.
 * @param server - The MCP server instance.
 */
export declare const registerSearchStudiesTool: (server: McpServer) => Promise<void>;
