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