import { Command } from '@oclif/core'; import { BumpApi } from './api/index.js'; export declare abstract class BaseCommand extends Command { protected _bump: BumpApi; protected get bump(): BumpApi; protected d(formatter: any, ...args: any[]): void; }