import { PremiumFeature } from './premiumFeature';
export interface BrowserLanguagePremiumFeature extends PremiumFeature {
}
