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