import { Command } from '@oclif/core'; import { type Lang } from './i18n.js'; export declare abstract class BaseCommand extends Command { #private; protected get lang(): Lang; protected runWithCliExit(fn: () => Promise): Promise; }