import Command from '../../command';
import DeviceWithPath from '../../../models/DeviceWithPath';
export default class HostDevicesWithPathsCommand extends Command<DeviceWithPath[]> {
    execute(): Promise<DeviceWithPath[]>;
    _readDevices(): Promise<DeviceWithPath[]>;
    private _parseDevices;
}
//# sourceMappingURL=HostDevicesWithPathsCommand.d.ts.map