import { SfCommand } from '@salesforce/sf-plugins-core'; import { Org } from '@salesforce/core'; import { OrgDisplayReturn } from '../../shared/orgTypes.js'; export declare class OrgDisplayCommand extends SfCommand { static readonly summary: string; static readonly description: string; static readonly examples: string[]; static readonly aliases: string[]; static deprecateAliases: boolean; static readonly flags: { 'target-org': import("@oclif/core/interfaces").OptionFlag; 'api-version': import("@oclif/core/interfaces").OptionFlag; verbose: import("@oclif/core/interfaces").BooleanFlag; loglevel: import("@oclif/core/interfaces").OptionFlag; }; private org; run(): Promise; private print; private getScratchOrgInformation; }