import { TModelAction, IModelState } from '../types'; export default function reducer(state: IModelState, action: TModelAction): IModelState;