import { SfCommand } from '@salesforce/sf-plugins-core'; import { BundleSObjects } from '@salesforce/packaging'; export type PackageBundleInstalledListResults = BundleSObjects.InstalledPackageBundleVersion[]; export declare class PackageBundleInstalledListCommand 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-org': import("@oclif/core/interfaces").OptionFlag; 'api-version': import("@oclif/core/interfaces").OptionFlag; }; private targetOrgConnection; private static formatDate; run(): Promise; }