import { ChatEvent } from "./ChatEvent"; export declare class ChatTopicChangedEvent extends ChatEvent { readonly topic: string; static readonly NAME = "topic_changed"; readonly name: string; }