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