import { AuthService, UserProfileService } from '@volo/ngx-lepton-x.core';
import { AuthService as AuthCoreService } from '@abp/ng.core';
import * as i0 from "@angular/core";
export declare class AbpAuthService implements AuthService {
    private userProfileService;
    private authService;
    constructor(userProfileService: UserProfileService, authService: AuthCoreService);
    isUserExists$: import("rxjs").Observable<boolean>;
    navigateToLogin(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AbpAuthService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<AbpAuthService>;
}
