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