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