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