import { Channel, UserResponse } from 'stream-chat'; export declare const getChannelDisplayText: (channel: Channel, currentUser: UserResponse) => string | undefined;