import Command from '../../command'; import Device from '../../../Device'; import Bluebird from 'bluebird'; export default class HostDevicesCommand extends Command { execute(): Bluebird; _readDevices(): Bluebird; _parseDevices(value: Buffer): Device[]; } //# sourceMappingURL=devices.d.ts.map