import { StreamMessage } from '../../../context'; import { DefaultStreamChatGenerics } from '../../../types/types'; import { ReactionResponse } from 'open-chat-js'; 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