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