import { Http } from "@angular/http"; import { Observable } from "rxjs"; import { SelfbitsAppConfig } from '../utils/interfaces'; export declare class SelfbitsUser { private config; private http; private baseUrl; private headers; private userPath; constructor(config: SelfbitsAppConfig, http: Http); current(): Observable; private checkForToken(); }