import { EnvironmentProviders } from '@angular/core'; import { State } from '../types/state.type'; import { ActionReducerMap, ActionEffectsMap } from '../types'; export declare function provideMDRX(initState: State, actionReducers: ActionReducerMap, effects: ActionEffectsMap, debug?: boolean): EnvironmentProviders;