import type { UserResponse } from 'open-chat-js'; import type { StreamMessage } from '../../../context/ChannelStateContext'; import type { DefaultStreamChatGenerics } from '../../../types/types'; type UseLastReadDataParams = { messages: StreamMessage[]; returnAllReadData: boolean; userID: string | undefined; read?: Record; }>; }; export declare const useLastReadData: (props: UseLastReadDataParams) => Record[]>; export {}; //# sourceMappingURL=useLastReadData.d.ts.map