/** * Nonce Diagnostic Tools * * MCP tools for inspecting and recovering sender nonce state. * Complements the relay-diagnostic tools which focus on sponsor nonce state. * * @see https://github.com/aibtcdev/aibtc-mcp-server/issues/413 */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerNonceTools(server: McpServer): void; //# sourceMappingURL=nonce.tools.d.ts.map