import { FlagsConfig, SfdxCommand } from '@salesforce/command';
import { OrgShapeListResult } from '../../../../lib/org/orgShapeListCommand';
export declare class OrgShapeListCommand extends SfdxCommand {
    static readonly description: string;
    static readonly examples: string[];
    static readonly flagsConfig: FlagsConfig;
    run(): Promise<OrgShapeListResult[]>;
}
