import { Command, Interfaces } from "@oclif/core"; //#region src/commands/settings/switch.d.ts declare class SettingsSwitch extends Command { #private; static summary: string; static description: string; static examples: Command.Example[]; static args: Interfaces.ArgInput; static flags: Interfaces.FlagInput; run(): Promise; } //#endregion export { SettingsSwitch as default };