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