import type { ResolvedTimeseriesChartConfig } from '../types/timeseries.js'; /** * Produces the same Timeseries-shaped serialized config payload as the * legacy `TimeseriesChartImperativeHandler.getConfig()`. * * This is the single source of truth for the export shape consumed by the * `TimeseriesChartConfig` import API and `TimeseriesChartRef.getConfig()`. * * Duplicates the flattening logic from the legacy `normalizeConfig` rather * than importing it, to keep the adoption layer decoupled from * `../../../timeseries`. */ export declare const serializeTimeseriesConfig: (config: ResolvedTimeseriesChartConfig) => string; //# sourceMappingURL=serialize-timeseries-config.d.ts.map