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