import { Command } from '@oclif/core'; export default class Archive extends Command { static args: { branchName: import("@oclif/core/interfaces").Arg>; }; static description: string; run(): Promise; private parseWorktrees; }