import { SfCommand } from '@salesforce/sf-plugins-core'; import { BundleSObjects } from '@salesforce/packaging'; export type PackageBundleVersionCreateRequestResults = BundleSObjects.PackageBundleVersionCreateRequestResult[]; export declare class PackageBundleVersionCreateListCommand extends SfCommand { static readonly hidden = true; static state: string; static readonly summary: string; static readonly description: string; static readonly examples: string[]; static readonly flags: { loglevel: import("@oclif/core/interfaces").OptionFlag; 'target-dev-hub': import("@oclif/core/interfaces").OptionFlag; 'api-version': import("@oclif/core/interfaces").OptionFlag; 'created-last-days': import("@oclif/core/interfaces").OptionFlag; status: import("@oclif/core/interfaces").OptionFlag; verbose: import("@oclif/core/interfaces").BooleanFlag; }; private connection; run(): Promise; private fetchVerboseData; }