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