import { UserResponse } from 'stream-chat'; export declare const listUsers: (users: UserResponse[], displayRestCount?: boolean, othersText?: string) => string;