import { ReplaceStickerInSetOptionsApplicationJson } from '../types'; import { InputSticker } from '../types'; export declare class ReplaceStickerInSetOptionsApplicationJsonBase implements ReplaceStickerInSetOptionsApplicationJson { user_id: number; name: string; old_sticker: string; sticker: InputSticker; }