import type { ChartSeriesType } from "../../../../../models/seriesType/config.js"; import type { ProcessedSeries } from "../../../corePlugins/useChartSeries/useChartSeries.types.js"; export declare function getMaxSeriesLength>(series: ProcessedSeries, availableSeriesTypes: Set): number;