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