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