import { SfCommand } from '@salesforce/sf-plugins-core'; export type PackagePushUpgradeAbortResult = { success: boolean; }; export declare class PackagePushUpgradeAbortCommand extends SfCommand { static readonly summary: string; static readonly description: string; static readonly examples: string[]; static readonly flags: { 'target-dev-hub': import("@oclif/core/interfaces").OptionFlag; 'api-version': import("@oclif/core/interfaces").OptionFlag; 'push-request-id': import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; }