import { CreateGroupConversationParams, Conversation } from '../types/models.js'; declare const useConversation: () => { createConversation: (params: string | CreateGroupConversationParams) => Promise; }; export { useConversation }; //# sourceMappingURL=useConversation.d.ts.map