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