import { RemoteAppCommand } from '../../remote-app-command.js'; export default class AppUninstall extends RemoteAppCommand { static description: string; static flags: { env: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; store: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; }; static orientation: { env: string; }; run(): Promise; }