import { Command } from "@oclif/core"; //#region src/commands/settings/index.d.ts declare class Settings extends Command { static summary: string; static description: string; static examples: Command.Example[]; run(): Promise; } //#endregion export { Settings as default };