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