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