import { Config } from '@oclif/core'; import { SwellCommand } from '../swell-command.js'; export default class Env extends SwellCommand { static args: { name: import("@oclif/core/lib/interfaces/parser.js").Arg>; reviewBranch: import("@oclif/core/lib/interfaces/parser.js").Arg>; }; static description: string; static hidden: boolean; constructor(argv: string[], config: Config); run(): Promise; }