import { SetChatDescriptionOptionsMultipartFormData } from '../types'; export declare class SetChatDescriptionOptionsMultipartFormDataBase implements SetChatDescriptionOptionsMultipartFormData { chat_id: any; description: string; }