import { EntityRuntimeReducers, EntityRuntimeUseCaseOptions } from './types';
export declare const entityRuntimeUseCase: <T>(options?: EntityRuntimeUseCaseOptions<T>) => EntityRuntimeReducers<T>;
