import { State, Action } from './types'; declare const reducer: (state: State, action: Action) => State; export default reducer;