import { Provider } from '@angular/core';
import { IAuthenticationService } from './authentication.service';
import { Constructor } from '@rxap/utilities';
export declare function provideAuthentication(service: Constructor<IAuthenticationService>, ...additionalProviders: Provider[]): Provider[];
export declare function withInitialAuthenticationState(state: boolean): Provider;
