import * as Actions from "./types/Actions";
import { State } from "./types/State";
export declare const reducer: (state: State, action: Actions.Actions) => State;
