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