import { InjectionToken, ModuleWithProviders } from '@angular/core'; import { ActionReducerMap } from "@ngrx/store"; import { IAppState } from "./state/app.state"; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; export declare const REDUCER_TOKEN: InjectionToken>; export declare class AppStoreModule { constructor(); static forRoot(): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }