import { BaseBackendConnectionService } from "../provider/base-backend-connection.service"; import { LoginResponse } from "../model/login-response"; export declare class UserInfoService { private _backendConnection; private _boFactory; constructor(backendConnection: BaseBackendConnectionService); getActiveUserInfo(): Promise; private _call; }