import { InlineQueryResultCachedVoice } from '../types'; import { array, InlineKeyboardMarkup, InputMessageContent } from '../types'; export declare class InlineQueryResultCachedVoiceBase implements InlineQueryResultCachedVoice { type: string; id: string; voice_file_id: string; title: string; caption: string; parse_mode: string; caption_entities: array; reply_markup: InlineKeyboardMarkup; input_message_content: InputMessageContent; }