import type { StreamMessage } from '../../../context/ChannelStateContext'; import type { DefaultStreamChatGenerics } from '../../../types/types'; export declare function useShouldForceScrollToBottom(messages: StreamMessage[], currentUserId?: string): () => boolean; //# sourceMappingURL=useShouldForceScrollToBottom.d.ts.map