import type { EventDescription } from 'coveo.analytics'; import type { AnalyticsParam } from '../../api/search/search-api-params.js'; import type { NavigatorContext } from '../../app/navigator-context-provider.js'; import type { AnalyticsState } from './configuration-state.js'; export declare const fromAnalyticsStateToAnalyticsParams: (s: AnalyticsState, navigatorContext: NavigatorContext, eventDescription?: EventDescription) => AnalyticsParam;