import type { AsyncAdaptor } from '../../../libs/cargo-hold-async'; import type { HasInstanceId, HasLens } from '../../../libs/util-domain-state'; import type { AnalyticsDomainState } from './analytics.types'; export declare const createAnalyticsDispatchAdaptor: (options: HasInstanceId & HasLens) => { async: AsyncAdaptor<"analytics:dispatch.async", string, unknown, GlobalState, undefined>; };