import { UserFeature } from '../types'; export declare const isFeatureEnabled: (userFeatures: UserFeature[], featureName: string) => boolean;