import { Observable } from "rxjs"; import { StateProviderService } from "../type/service.type"; import { AccountLoginState } from "../state/account-login.state"; import * as i0 from "@angular/core"; type AccountLoginResult = { errorMessage?: string; }; export declare class AccountLoginService extends StateProviderService { private _router; private _runtimeApplicationService; private _userIdentityService; private _apiService; constructor(); authWithUsernamePassword(model: { username: string; password: string; }): Observable; goBack(): void; private processAuthorizeApiRequest; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export {};