import Command from '../../command'; import Bluebird from 'bluebird'; export default class WaitForDeviceCommand extends Command { execute(serial: string): Bluebird; } //# sourceMappingURL=waitfordevice.d.ts.map