import { ExportMessagesFromInboxInput } from './types'; export declare const exportMessagesFromInbox: ({ nodeAddress, token, inboxId, format, }: ExportMessagesFromInboxInput) => Promise;