import { SetChatDescriptionResponseSuccess } from '../types'; import { export } from {}; export declare class SetChatDescriptionResponseSuccessBase implements SetChatDescriptionResponseSuccess { ok: boolean; result: export; }