import type { RelativeAbsolutePosition } from '../../../types/pointer-events.js'; import type { HighlightedSeriesId, InteractionState, SelectState } from '../types.js'; export declare function reduceExplorePosition(position: RelativeAbsolutePosition): (prev: T) => T; export declare function reduceExploreEnd(prev: T): T; export declare function reduceExploreReset(prev: T): T; export declare function reduceExplorePin(position: RelativeAbsolutePosition | undefined, highlightedSeriesId?: HighlightedSeriesId): (prev: T) => T; export declare function reduceExploreUnPin(position: RelativeAbsolutePosition | undefined): (prev: T) => T; export declare function reduceExploreSelect(select: Partial): (prev: T) => T; export declare function reduceExploreCancelTooltip(prev: T): T; export declare function reduceExploreCancelSelect(prev: T): T; export declare function reduceExploreCancelAll(prev: T): T;