import { Conversation, ConversationService } from '@sinch/conversation';
export declare const buildMessageBase: (conversationService: ConversationService, appId: string, recipient: string, channel: string[], sender?: string) => Promise<Omit<Conversation.SendMessageRequest<Conversation.IdentifiedBy>, "message">>;
