import * as i0 from '@angular/core'; import { ModuleWithProviders, Injector } from '@angular/core'; /** * @deprecated AccountConfigModule is deprecated use `provideAccountConfig` *function* instead. */ declare class AccountConfigModule { static forRoot(): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare const enum eAccountRouteNames { Account = "AbpAccount::Menu:Account", Login = "AbpAccount::Login", Register = "AbpAccount::Register", ManageProfile = "AbpAccount::MyAccount", ForgotPassword = "AbpAccount::ForgotPassword", ResetPassword = "AbpAccount::ResetPassword" } declare const ACCOUNT_ROUTE_PROVIDERS: i0.EnvironmentProviders[]; declare function configureRoutes(): void; declare function provideAccountConfig(): i0.EnvironmentProviders; declare function navigateToManageProfileFactory(injector: Injector): () => void; export { ACCOUNT_ROUTE_PROVIDERS, AccountConfigModule, configureRoutes, eAccountRouteNames, navigateToManageProfileFactory, provideAccountConfig };