import { IModelState } from '../types'; export default function reduceSetStep(state: IModelState, payload: number): IModelState;