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