import { SfCommand } from '@salesforce/sf-plugins-core'; import { OrgShapeListResult } from '../../../shared/orgShapeListUtils.js'; export declare class OrgShapeListCommand extends SfCommand { static readonly summary: string; static readonly description: string; static readonly examples: string[]; static readonly aliases: string[]; static readonly deprecateAliases = true; static readonly flags: { verbose: import("@oclif/core/interfaces").BooleanFlag; loglevel: import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; }