import { Command } from '@oclif/core'; export default class Index extends Command { static description: string; static examples: string[]; run(): Promise; private handleSetupMenu; private handleAction; } //# sourceMappingURL=index.d.ts.map