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