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