import { Command } from '@oclif/command'; export declare class Config extends Command { static description: string; static examples: string[]; static flags: { delete: import("@oclif/parser/lib/flags").IBooleanFlag; }; static args: { name: string; }[]; static strict: boolean; run(): Promise; }