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