import { ExternalReplyInfo } from '../types'; import { MessageOrigin, Chat, LinkPreviewOptions, Animation, Audio, Document, PaidMediaInfo, array, Sticker, Story, Video, VideoNote, Voice, Contact, Dice, Game, Giveaway, GiveawayWinners, Invoice, Location, Poll, Venue } from '../types'; export declare class ExternalReplyInfoBase implements ExternalReplyInfo { origin: MessageOrigin; chat: Chat; message_id: number; link_preview_options: LinkPreviewOptions; animation: Animation; audio: Audio; document: Document; paid_media: PaidMediaInfo; photo: array; sticker: Sticker; story: Story; video: Video; video_note: VideoNote; voice: Voice; has_media_spoiler: boolean; contact: Contact; dice: Dice; game: Game; giveaway: Giveaway; giveaway_winners: GiveawayWinners; invoice: Invoice; location: Location; poll: Poll; venue: Venue; }