import { Channel, FormatMessageResponse, UserResponse } from 'stream-chat'; export declare const getReadBy: (message: FormatMessageResponse, channel: Channel) => UserResponse[];