import type { PollAnswer, PollVote } from 'stream-chat'; import type { CursorPaginatorStateStore } from '../../InfiniteScrollPaginator/hooks/useCursorPaginator'; export declare function useManagePollVotesRealtime(managedVoteType: 'answer' | 'vote', cursorPaginatorState?: CursorPaginatorStateStore, optionId?: string): T[]; //# sourceMappingURL=useManagePollVotesRealtime.d.ts.map