import { SfCommand } from '@salesforce/sf-plugins-core'; import { BundleSaveResult } from '@salesforce/packaging'; export declare class PackageBundleDeleteCommand extends SfCommand { static readonly hidden = true; static state: string; static readonly summary: string; static readonly description: string; static readonly examples: string[]; static readonly requiresProject = true; static readonly flags: { loglevel: import("@oclif/core/interfaces").OptionFlag; 'target-dev-hub': import("@oclif/core/interfaces").OptionFlag; 'api-version': import("@oclif/core/interfaces").OptionFlag; 'no-prompt': import("@oclif/core/interfaces").BooleanFlag; bundle: import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; private display; }