type FeatureKey = keyof typeof CONFIG; declare const CONFIG: { histogramToXY: string; timeseriesToXY: string; }; export declare function isFeatureEnabled(key: FeatureKey): boolean; export {};