import type { HMSPoll } from '../classes/polls/HMSPoll'; export declare const usePollsState: (pollId?: HMSPoll['pollId']) => HMSPoll | Record; export declare const setPollsState: (poll: HMSPoll) => void;