import { State } from "../state";
declare const reducers: <A extends Redux.Action>(state: State, action: A) => State;
export default reducers;
