import { Reducer } from 'redux';
import { State } from '../../types';
export declare const reducer: Reducer<State>;
