import { SfCommand } from '@salesforce/sf-plugins-core'; export type KcUpdateApiResult = { updatedNumber: number; }; export default class KcUpdateApi extends SfCommand { static readonly summary: string; static readonly description: string; static readonly examples: string[]; static readonly flags: { 'target-dir': import("@oclif/core/interfaces").OptionFlag; type: import("@oclif/core/interfaces").OptionFlag; 'api-version': import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; }