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