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