import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; /** * State management (including persistence) for Authentication and Authorization. * * Modules that implement other persistence mechanisms should provide their own module, replacing this one. * */ export declare class AuthorizationServiceModule { constructor(parentModule: AuthorizationServiceModule); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }