export default class Users {
    openedCount(): Promise<number | string>;
}
