/** * XMTP module — bidirectional encrypted messaging for Clawtomaton agents. * * Agents can receive commands and send updates via XMTP. * Discoverable on Base App, World App, and xmtp.chat. */ export { XmtpClient } from './client.js'; export type { XmtpConfig, XmtpMessage, XmtpMessageType, XmtpConversationInfo, XmtpTransactionRef } from './types.js'; //# sourceMappingURL=index.d.ts.map