import { ChatHistoryEntry } from "./ChatHistoryEntry"; export declare class MessageChatHistoryEntry extends ChatHistoryEntry { readonly message: string; static readonly TYPE: string; }