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