import { Command } from '@oclif/core'; export default class OrganizationListCmd extends Command { static description: string; static examples: string[]; static authenticated: boolean; run(): Promise; }