import { Action } from './actions';
import { State } from './state';
export declare function reducer(prevState: State, action: Action): State;
