export = UpdateLiveChatPollAction; declare class UpdateLiveChatPollAction { constructor(data: any); type: string; poll_to_update: any; }