import { RenderBaseCommand } from "../../lib/basecommands/RenderBaseCommand.js"; import React from "react"; export declare class VersionInfo extends RenderBaseCommand { static description: string; static summary: string; static args: { app: import("@oclif/core/interfaces").Arg>; version: import("@oclif/core/interfaces").Arg>; }; protected render(): React.ReactNode; private getAppVersion; private getApp; }