import { type XYChartState } from '../types/state.js'; export declare function reduceFilterSeries(visibleIds: Set): (prev: XYChartState) => XYChartState;