import { RenderBaseCommand } from "../../lib/basecommands/RenderBaseCommand.js"; import { ReactNode } from "react"; export declare class Get extends RenderBaseCommand { static summary: string; static description: string; static flags: { [x: string]: import("@oclif/core/interfaces").Flag; }; protected render(): ReactNode; }