/** * Styx BTC→sBTC conversion tools * * Headless BTC→sBTC conversion via the Styx protocol (btc2sbtc.com). * Uses @faktoryfun/styx-sdk for deposit reservation and tracking, * @scure/btc-signer for local PSBT construction and signing, * mempool.space for broadcast. * * Tools: * - styx_pool_status: Pool liquidity info * - styx_pools: All available pools * - styx_fees: Bitcoin fee estimates * - styx_price: BTC price in USD * - styx_deposit: Full headless deposit flow * - styx_status: Deposit status by ID or txid * - styx_history: Deposit history for a Stacks address */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerStyxTools(server: McpServer): void; //# sourceMappingURL=styx.tools.d.ts.map