import type { CallToolResult } from '@modelcontextprotocol/sdk/types.js';
import type { MarketDataEntry } from '../schemas/index.ts';
export declare const createTechnicalAnalysisHandler: (marketDataPrices: Map<string, MarketDataEntry[]>) => ((args: {
    symbol: string;
}) => Promise<CallToolResult>);
