import type { AnalyticsState } from '../features/configuration/configuration-state.js'; export declare function buildMockAnalyticsState(config?: Partial): AnalyticsState;