import { SendContactOptionsApplicationXWwwFormUrlencoded } from '../types'; import { ReplyParameters } from '../types'; export declare class SendContactOptionsApplicationXWwwFormUrlencodedBase implements SendContactOptionsApplicationXWwwFormUrlencoded { business_connection_id: string; chat_id: any; message_thread_id: number; phone_number: string; first_name: string; last_name: string; vcard: string; disable_notification: boolean; protect_content: boolean; allow_paid_broadcast: boolean; message_effect_id: string; reply_parameters: ReplyParameters; reply_markup: any; }