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