/** * Bridges ExploreChimp analytics `test.step` rows to {@link SmartTestExecutionStep.screenState} without * parsing step titles. Keys match {@link stableExploreChimpAnalyticsStepId} / analyze `step_id`. */ export declare function registerExploreChimpAnalyticsStepScreenState(stepId: string, screenState: { name: string; state: string; }): void; export declare function consumeExploreChimpAnalyticsStepScreenState(stepId: string): { name: string; state: string; } | undefined; //# sourceMappingURL=analytics-step-screen-state-registry.d.ts.map