/** * Card Tools — virtual/physical card issuance, funding, management * * Maps to SDK: mg.cards.create, retrieve, list, fund, freeze, unfreeze, * update, cancel, replace, transactions */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { ServerConfig } from '../config.js'; export declare function registerCardTools(server: McpServer, config: ServerConfig): void; //# sourceMappingURL=cards.d.ts.map