declare class PremiumHelper { planFeatures: any; getFeatureValue(featureName: string, planFeatures?: any): T; } export declare const premiumHelper: PremiumHelper; export {};