import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Register all technical indicators-related tools with the MCP server * @param server The MCP server instance * @param accessToken The Financial Modeling Prep API access token (optional when using lazy loading) */ export declare function registerTechnicalIndicatorsTools(server: McpServer, accessToken?: string): void;