import type { UserResponse } from 'belo-js-sdk'; import type { StreamMessage } from '../../../context/ChannelStateContext'; import type { DefaultBeloChatGenerics } 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