/** * Payout Tools — create payouts, send_bank_payout, send_mobile_money_payout, simulations * * send_bank_payout and send_mobile_money_payout are the HERO tools — * they handle the two-step (recipient + payout) flow in one call. */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { ServerConfig } from '../config.js'; export declare function registerPayoutTools(server: McpServer, config: ServerConfig): void; //# sourceMappingURL=payouts.d.ts.map