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