import Command from '../command'; export default class KillCommand extends Command { protected autoEnd: boolean; endConnection(): void; execute(): Promise; }