import { SendVideoOptionsApplicationXWwwFormUrlencoded } from '../types'; import { array, ReplyParameters } from '../types'; export declare class SendVideoOptionsApplicationXWwwFormUrlencodedBase implements SendVideoOptionsApplicationXWwwFormUrlencoded { business_connection_id: string; chat_id: any; message_thread_id: number; video: any; duration: number; width: number; height: number; thumbnail: any; cover: any; start_timestamp: number; caption: string; parse_mode: string; caption_entities: array; show_caption_above_media: boolean; has_spoiler: boolean; supports_streaming: boolean; disable_notification: boolean; protect_content: boolean; allow_paid_broadcast: boolean; message_effect_id: string; reply_parameters: ReplyParameters; reply_markup: any; }