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