/** * External dependencies */ import type { Reducer } from 'redux'; import { Action } from './actions'; import { CountriesState } from './types'; declare const reducer: Reducer; export type State = ReturnType; export default reducer; //# sourceMappingURL=reducer.d.ts.map