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