import type { ChartUnit } from '../../../../../core/types/chart-unit.js'; import { TimeseriesDatapoint } from '../../../../../core/types/timeseries.js'; import type { WeakMapDatapoints } from '../../../../types/timeseries.js'; import type { TimeseriesDataPointAllTypes } from '../../../displays/shared/types.js'; export declare const getSelectedDatapoints: (allDatapoints: TimeseriesDataPointAllTypes[], datapointsMap: WeakMapDatapoints, range: [Date, Date]) => Map;