import type { TimeseriesInteractionState, TimeseriesSelectState } from '../types/state.js'; export declare function reduceExploreTimeseriesSelect(select: Partial): (prev: T) => T;