import { type XYChartState } from '../types/state.js'; export declare function reduceZoomDomain(domain: XYChartState['currentDomain'], zoomInEnabled: boolean, zoomOutEnabled: boolean): (prev: XYChartState) => XYChartState; //# sourceMappingURL=reducer-zoom.d.ts.map