import type { GetBarPixelCenter, GetLinearSeriesPixelCenter, SortedEntriesPerShape } from './build-sorted-entries.js'; import type { QueryAllHovered } from './query-hovered.js'; import type { HoverQuery } from '../context/XYChartOverlayPerformance.context.js'; import type { MapDatapoints } from '../types/xy-chart-internals.js'; export declare function buildQueryShared(sortedEntries: SortedEntriesPerShape | undefined, queryAllHovered: QueryAllHovered, getBarPixelCenter: GetBarPixelCenter, getLinearSeriesPixelCenter: GetLinearSeriesPixelCenter, datapointMetadataMap: MapDatapoints): HoverQuery;