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