import { SendGiftOptionsMultipartFormData } from '../types'; import { array } from '../types'; export declare class SendGiftOptionsMultipartFormDataBase implements SendGiftOptionsMultipartFormData { user_id: number; chat_id: any; gift_id: string; pay_for_upgrade: boolean; text: string; text_parse_mode: string; text_entities: array; }