import Device from './Device';
export default interface DeviceWithPath extends Device {
    path: string;
    product: string;
    model: string;
    device: string;
    transportId: string;
}
//# sourceMappingURL=DeviceWithPath.d.ts.map