import Command from '../../base-command';
export default class DeleteConfig extends Command<typeof DeleteConfig> {
    static description: string;
    static args: {
        key: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
    };
    run(): Promise<void>;
}
//# sourceMappingURL=delete.d.ts.map