import { IAction } from '../../../system/functions'; declare const stateReducer: (state: {}, action: IAction) => any; export { stateReducer };