import { EddyReducer } from 'brookjs-eddy'; import { State, Action } from './types'; declare const reducer: EddyReducer; export default reducer;