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