import { IUpdateActionsCreators } from './interfaces'; export default function updateActionsCreatorsFactory(ENTITY: string): IUpdateActionsCreators;