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