import { Poll } from '@airgram-dev/core'; /** Information about a poll was updated; for bots only */ export declare class UpdatePollBaseModel { _: 'updatePoll'; /** New data about the poll */ poll: Poll; }