import Command from '../../command'; import DeviceWithPath from '../../../DeviceWithPath'; import Bluebird from 'bluebird'; export default class HostDevicesWithPathsCommand extends Command { execute(): Bluebird; _readDevices(): Bluebird; private _parseDevices; } //# sourceMappingURL=deviceswithpaths.d.ts.map