import { WAMessage, WAMessageKey } from "@whiskeysockets/baileys";
import { PollVoteAggragation } from "../../@types/poll.js";
import { IBot } from "../../@types/types.js";
declare function pollParser(key: WAMessageKey, pollUpdates: Pick<WAMessage, 'pollUpdates' | 'message'>, bot: IBot): Promise<PollVoteAggragation | undefined>;
export { pollParser };
