import { InjectionToken, ModuleWithProviders } from '@angular/core';
import { Action, ActionReducer } from '@ngrx/store';
import { ConfigOverrideState } from './config-override.state';
import * as i0 from "@angular/core";
import * as i1 from "@ngrx/store";
/** Token of the ConfigOverride reducer */
export declare const CONFIG_OVERRIDE_REDUCER_TOKEN: InjectionToken<ActionReducer<ConfigOverrideState, Action<string>>>;
/** Provide default reducer for ConfigOverride store */
export declare function getDefaultConfigOverrideReducer(): ActionReducer<ConfigOverrideState, Action<string>>;
export declare class ConfigOverrideStoreModule {
    static forRoot<T extends ConfigOverrideState>(reducerFactory: () => ActionReducer<T, Action>): ModuleWithProviders<ConfigOverrideStoreModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ConfigOverrideStoreModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<ConfigOverrideStoreModule, never, [typeof i1.StoreFeatureModule], never>;
    static ɵinj: i0.ɵɵInjectorDeclaration<ConfigOverrideStoreModule>;
}
//# sourceMappingURL=config-override.module.d.ts.map