import { SendAudioOptionsApplicationXWwwFormUrlencoded } from '../types'; import { array, ReplyParameters } from '../types'; export declare class SendAudioOptionsApplicationXWwwFormUrlencodedBase implements SendAudioOptionsApplicationXWwwFormUrlencoded { business_connection_id: string; chat_id: any; message_thread_id: number; audio: any; caption: string; parse_mode: string; caption_entities: array; duration: number; performer: string; title: string; thumbnail: any; disable_notification: boolean; protect_content: boolean; allow_paid_broadcast: boolean; message_effect_id: string; reply_parameters: ReplyParameters; reply_markup: any; }