import type { GaugeChartConsumerConfig } from '../types/gauge-chart-config.js'; export declare const deserializeConfig: (serializedConfig: string) => GaugeChartConsumerConfig;