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