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