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