import { Router } from '@angular/router';
import { RxapAuthenticationService } from './authentication.service';
import * as i0 from "@angular/core";
export declare class AuthenticationRoutingService {
    private readonly router;
    private readonly authenticationService;
    private readonly deactivated;
    constructor(router: Router, authenticationService: RxapAuthenticationService, deactivated?: boolean | null);
    static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationRoutingService, [null, null, { optional: true; }]>;
    static ɵprov: i0.ɵɵInjectableDeclaration<AuthenticationRoutingService>;
}
