import { CliCommand } from '../command'; export default class Explorer extends CliCommand { static hidden: boolean; static description: string; static flags: { org: import("@oclif/core/lib/interfaces").OptionFlag; }; run(): Promise; } //# sourceMappingURL=explorer.d.ts.map