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