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