import { ModuleWithProviders } from '@angular/core'; export declare class NgxStoreModule { static forRoot(): ModuleWithProviders; static forChild(): typeof NgxStoreModule; }