import type { AxisIdToCurrentScaleDomain, XYChartAxisInternal } from '../types/xy-chart-internals.js'; export declare function getCurrentDomainMap(axes: XYChartAxisInternal[]): AxisIdToCurrentScaleDomain | undefined;