import { type XYChartState } from '../types/state.js'; export declare function reduceZoomDomain(domain: XYChartState['currentDomain'], zoomInEnabled: boolean, zoomOutEnabled: boolean): (prev: XYChartState) => XYChartState;