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