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