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