import { ListState, ViewState } from '../types'; export default function reduceViewState(flat: ListState): ViewState;