/** * Taproot Multisig Tools * * MCP tools for Taproot M-of-N multisig coordination between agents. * * - taproot_get_pubkey: Derive the x-only Taproot public key from the active wallet * (BIP-86 path m/86'/0'/0'/0/0). Requires wallet unlock. * * - taproot_verify_cosig: Verify a Schnorr signature against a BIP-341 sighash. * Read-only — no wallet needed. * * - taproot_multisig_guide: Return a step-by-step guide for M-of-N Taproot multisig * coordination using OP_CHECKSIGADD (BIP-341/342). Read-only. */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerTaprootMultisigTools(server: McpServer): void; //# sourceMappingURL=taproot-multisig.tools.d.ts.map