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