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