import { Command } from '@oclif/core';
export default class FleetListCmd extends Command {
    static enableJsonFlag: boolean;
    static description: string;
    static examples: string[];
    static authenticated: boolean;
    static primary: boolean;
    run(): Promise<string | undefined>;
}
