export declare const useUnreadCount: ({ role, peerId }: {
    role?: string | undefined;
    peerId?: string | undefined;
}) => number;
