import { StreamMessage } from '../../../context'; import { DefaultBeloChatGenerics } from '../../../types/types'; import { ReactionResponse } from 'belo-js-sdk'; export declare const MAX_MESSAGE_REACTIONS_TO_FETCH = 1200; type FetchMessageReactionsNotifications = { getErrorNotification?: (message: StreamMessage) => string; notify?: (notificationText: string, type: 'success' | 'error') => void; }; export declare function useReactionsFetcher(message: StreamMessage, notifications?: FetchMessageReactionsNotifications): () => Promise[]>; export {}; //# sourceMappingURL=useReactionsFetcher.d.ts.map