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