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