import { type Observable } from 'rxjs';
import type { AuthOptions } from '../../auth-options';
import type { OpenIdConfiguration } from '../../config/openid-configuration';
export declare class StandardLoginService {
    private readonly loggerService;
    private readonly responseTypeValidationService;
    private readonly urlService;
    private readonly redirectService;
    private readonly authWellKnownService;
    private readonly flowsDataService;
    loginStandard(configuration: OpenIdConfiguration, authOptions?: AuthOptions): Observable<undefined>;
}
//# sourceMappingURL=standard-login.service.d.ts.map