export = AddChatItemAction; declare class AddChatItemAction { constructor(data: any); type: string; item: any; client_id: any; }