/** * Currency & Rate Tools — FX rates, corridors, delivery windows * * get_currencies is THE most important tool in the entire MCP server. * It returns everything needed to construct a valid payout. */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { ServerConfig } from '../config.js'; export declare function registerCurrencyTools(server: McpServer, config: ServerConfig): void; //# sourceMappingURL=currencies.d.ts.map