import { RequestOptionsFactory } from '@wix/sdk-types'; /** * 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. */ export declare function getConversation(payload: object): RequestOptionsFactory; /** * Retrives the conversation usage and quota for the site. * @deprecated It has been replaced with .wix.innovation.assistant.v1.quota.CheckQuota(). */ export declare function getConversationsUsage(payload: object): RequestOptionsFactory;