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