import { Technology } from './technology';
export interface BandwidthGroup extends Technology {
}
