import { IChatEvent } from "./IChatEvent"; export declare class ChatJoinedEvent implements IChatEvent { readonly chatId: string; static readonly NAME = "joined"; readonly name: string; }