import { PushAppCommand } from '../../push-app-command.js'; export default class AppRelease extends PushAppCommand { static args: { version: import("@oclif/core/lib/interfaces/parser.js").Arg>; }; static description: string; static examples: string[]; static flags: any; static orientation: { env: string; }; static summary: string; run(): Promise; validateReleaseDetails(): void; private validateCreateVersion; }