import { IAction, IState } from '../types/'; export declare function reducer(state: IState, action: IAction): IState;