import { Command } from '@oclif/core'; export default class ResourcesIndex extends Command { static description: string; static examples: string[]; static flags: { help: import("@oclif/core/lib/interfaces").BooleanFlag; }; run(): Promise; catch(error: any): Promise; }