import type { MCPServer } from "@lynq/lynq"; import type { TxLog } from "../log/tx-log.js"; export declare function registerGetTransactions(server: MCPServer, txLog: TxLog): void; //# sourceMappingURL=get-transactions.d.ts.map