import { ReducerState, ReducerAction } from '../types'; export default function reducer>(state: State, action: ReducerAction): State;