import { CanActivate, Router } from '@angular/router'; import { Observable } from 'rxjs'; import { BitHttpService } from 'ngx-bit'; export declare class TokenService implements CanActivate { private http; private router; constructor(http: BitHttpService, router: Router); canActivate(): Observable; }