import { Command } from "@oclif/command"; export default class Settings extends Command { static description: string; static aliases: string[]; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag; "editor-install": import("@oclif/parser/lib/flags").IBooleanFlag; docs: import("@oclif/parser/lib/flags").IBooleanFlag; }; run(): Promise; }