import type { StateCreator } from 'zustand'; import type { HMSInteractivityStore, HMSPollsSlice } from './types'; export declare const createHMSPollsSlice: StateCreator;