import { NgZone } from '@angular/core'; import { RootStore } from './components/root-store'; /** @hidden */ export declare function _ngReduxFactory(ngZone: NgZone): RootStore<{}>; export declare class NgReduxModule { }