import { Command } from '@oclif/core'; export default class FleetRmCmd extends Command { static description: string; static examples: string[]; static args: { fleet: import("@oclif/core/lib/interfaces").Arg>; }; static flags: { yes: import("@oclif/core/lib/interfaces").BooleanFlag; }; static authenticated: boolean; run(): Promise; }