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