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