import { AxisIdToScales } from '../../../context/XYChartScales.context.js'; import { XYChartSelectionRectangleMetadata } from '../../../hooks/useSortRectangleDatapoints.js'; import { type AxisIdToScaleDomain, type BarMetadata, type BarSeriesWithDatapoints, type MapDatapoints, type RectMetadata, type RectSeriesWithDatapoints } from '../../../types/xy-chart-internals.js'; import type { RectanglePoint } from '../explore/types.js'; export declare const serializeRectangleSeriesValues: (axisIdToScales: AxisIdToScales, rectMetadata: Map, axisIdToScaleDomain: AxisIdToScaleDomain, datapointMetadataMap: MapDatapoints, barMetadata?: Map) => (point: XYChartSelectionRectangleMetadata) => RectanglePoint;