import { HttpClient } from '@wix/sdk-types'; import { GetConversationResponse, GetConversationResponseNonNullableFields, GetConversationsUsageResponse, GetConversationsUsageResponseNonNullableFields } from './innovation-widget-v1-conversation-conversations.universal.js'; export declare const __metadata: { PACKAGE_NAME: string; }; export declare function getConversation(httpClient: HttpClient): GetConversationSignature; interface GetConversationSignature { /** * Retrieves the conversation for the site visitor calling this method. * * This method must be called using the site visitor or site member identity ([SDK](https://dev.wix.com/docs/sdk/articles/get-started/about-identities#site-member) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/about-identities#site-member)) to identify the site visitor that is requesting the conversation. Therefore, [Wix apps](https://dev.wix.com/docs/build-apps) can't currently call this method using REST. */ (): Promise; } export declare function getConversationsUsage(httpClient: HttpClient): GetConversationsUsageSignature; interface GetConversationsUsageSignature { /** * Retrives the conversation usage and quota for the site. * @deprecated */ (): Promise; } export { Conversation, CursorPaging, Cursors, GetConversationRequest, GetConversationResponse, GetConversationResponseNonNullableFields, GetConversationsUsageRequest, GetConversationsUsageResponse, GetConversationsUsageResponseNonNullableFields, ListConversationsRequest, ListConversationsResponse, PagingMetadataV2, } from './innovation-widget-v1-conversation-conversations.universal.js';