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