import { Reducer } from "redux"; import { State } from "../state"; declare const reducers: Reducer; export default reducers;