import * as State from "./types/State";
import * as Actions from "./types/Actions";
export declare const reducer: (s: State.State, a: Actions.Actions) => State.State;
