import type { MCPServer } from "@lynq/lynq"; import type { ChainManager } from "../chain/manager.js"; import type { TxLog } from "../log/tx-log.js"; interface SignAndSendRawTxCtx { chainManager: ChainManager; txLog: TxLog; } export declare function registerSignAndSendRawTransaction(server: MCPServer, ctx: SignAndSendRawTxCtx): void; export {}; //# sourceMappingURL=sign-and-send-raw-transaction.d.ts.map