import { BaseState } from './base.state'; export interface SystemInfoState extends BaseState { systemInfo: any; } export declare const initialSystemInfoState: SystemInfoState;