import { SetChatStickerSetOptionsApplicationJson } from '../types'; export declare class SetChatStickerSetOptionsApplicationJsonBase implements SetChatStickerSetOptionsApplicationJson { chat_id: any; sticker_set_name: string; }