import { AutocompleteBase } from '../../base.js'; export default class Index extends AutocompleteBase { static args: { shell: import("@oclif/core/interfaces").Arg>; }; static description: string; static examples: string[]; static flags: { 'refresh-cache': import("@oclif/core/interfaces").BooleanFlag; }; run(): Promise; private printShellInstructions; }