import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare abstract class RefreshTokenService { /** * Try to authenticate with refresh token and return if auth succeed */ abstract tryAuthWithRefreshToken(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }