import type { HasInstanceId, HasLens } from '../../../libs/util-domain-state'; import type { ContentDomainState, HasContentEntryId } from './content.types'; export declare const createContentEntryAdaptor: (options: HasInstanceId & HasLens) => import("../../cargo-hold-entity/legacy/entity.types").EntityAdaptor; export declare const createContentEntryAdaptors: (options: HasContentEntryId & HasInstanceId & HasLens) => import("../../cargo-hold-async/legacy/async.types").AsyncAdaptor<"content:entry.async", import("./content.types").ContentInstance, string, GlobalState, undefined>; export declare const createContentAvailableAdaptors: (options: HasInstanceId & HasLens) => { async: import("../../cargo-hold-async/legacy/async.types").AsyncAdaptor<"content:available.async", import("../../cargo-hold-entity/entity.types").EntityState, string, GlobalState, import("../../cargo-hold-entity/entity.types").EntityState>; entity: import("../../cargo-hold-entity/legacy/entity.types").EntityAdaptor; };