import { getConversation as publicGetConversation, getConversationsUsage as publicGetConversationsUsage } from './innovation-widget-v1-conversation-conversations.public.js'; import { BuildRESTFunction, MaybeContext } from '@wix/sdk-types'; export declare const getConversation: MaybeContext & typeof publicGetConversation>; export declare const getConversationsUsage: MaybeContext & typeof publicGetConversationsUsage>; export { Conversation, GetConversationRequest, GetConversationResponse, GetConversationsUsageRequest, GetConversationsUsageResponse, ListConversationsRequest, CursorPaging, ListConversationsResponse, PagingMetadataV2, Cursors, GetConversationResponseNonNullableFields, GetConversationsUsageResponseNonNullableFields, } from './innovation-widget-v1-conversation-conversations.universal.js';