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