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