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