import { ChatItem, ChatItemContent } from '../static'; export declare const emptyChatItemContent: ChatItemContent; export declare const chatItemHasContent: (chatItem: Partial) => boolean; export declare const copyToClipboard: (textToSendClipboard: string, onCopied?: () => void) => Promise;