import HostDevicesCommand from './devices'; import Bluebird from 'bluebird'; export default class HostTrackDevicesCommand extends HostDevicesCommand { execute(): Bluebird; } //# sourceMappingURL=trackdevices.d.ts.map