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