import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
/**
 * Registers the `atlas_deep_research` tool, including its metadata, schema,
 * handler function, and examples, with the provided MCP server instance.
 *
 * @param server - The `McpServer` instance to register the tool with.
 */
export declare function registerAtlasDeepResearchTool(server: McpServer): void;
