/** * Crypto Tools — deposit addresses, deposit tracking, settings, conversion * * Maps to SDK: mg.crypto.addresses, mg.crypto.deposits, mg.crypto.settings, * mg.crypto.convert, mg.payouts.crypto */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { ServerConfig } from '../config.js'; export declare function registerCryptoTools(server: McpServer, config: ServerConfig): void; //# sourceMappingURL=crypto.d.ts.map