import { HttpClient } from '@wix/sdk-types'; import { GetOrCreateConversationOptions } from './crm-inbox-v2-conversation.universal'; export declare function getConversation(httpClient: HttpClient): (conversationId: string) => Promise; export declare function getOrCreateConversation(httpClient: HttpClient): (options?: GetOrCreateConversationOptions | undefined) => Promise; export { ChannelType, SortOrder } from './crm-inbox-v2-conversation.universal'; export { Conversation, IdentificationData, IdentificationDataIdOneOf, ConversationDisplayData, ConversationsMerged, GetConversationRequest, GetConversationResponse, GetOrCreateConversationRequest, ParticipantId, ParticipantIdIdOneOf, GetOrCreateConversationResponse, ListConversationsRequest, CursorPaging, Sorting, ListConversationsResponse, PagingMetadataV2, Cursors, DeleteConversationRequest, DeleteConversationResponse, AddConversationChannelsRequest, ConversationChannel, AddConversationChannelsResponse, ChatroomsMerged, Empty, GetOrCreateConversationOptions, } from './crm-inbox-v2-conversation.universal';