import { FeatureKey, IFeaturesSettings } from '@core/types';
export declare function isFeatureEnabled(featureKey: FeatureKey, features: IFeaturesSettings | undefined): boolean;
