import { SystemInfoState } from '../states/system-info.state'; export declare const reducer: import("@ngrx/store").ActionReducer; export declare function systemInfoReducer(state: any, action: any): SystemInfoState;