import type { AnyActionReducer } from '../../../libs/cargo-hold'; import type { HasInstanceId, HasLens } from '../../../libs/util-domain-state'; import type { ContentDomainState, HasContentEntryId } from './content.types'; export declare const createContentEntryReducer: (options: HasContentEntryId & HasInstanceId & HasLens) => AnyActionReducer;