import { BaseCommand } from '@yarnpkg/cli'; import { Usage } from 'clipanion'; export default class ConfigUnsetCommand extends BaseCommand { static paths: string[][]; static usage: Usage; home: boolean; name: string; execute(): Promise<0 | 1>; }