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