import type { LocalMessage, ReactionResponse, ReactionSort } from 'stream-chat'; export declare const MAX_MESSAGE_REACTIONS_TO_FETCH = 1000; export declare function useReactionsFetcher(message: LocalMessage): import("../../../utils/useStableCallback").StableCallback<[reactionType?: string | undefined, sort?: ReactionSort | undefined], Promise>; //# sourceMappingURL=useReactionsFetcher.d.ts.map