type FeatureKey = keyof typeof CONFIG; declare const CONFIG: { categoricalBarToXY: string; }; export declare function isFeatureEnabled(key: FeatureKey): boolean; export {}; //# sourceMappingURL=is-feature-enabled.d.ts.map