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