import { GetChatConversationInput, GetChatConversationOutput } from './types'; export declare const getChatConversation: ({ nodeAddress, token, inboxId, count, lastKey, zooIdentity, profile, }: GetChatConversationInput) => Promise;