import { PushAppCommand } from '../../../push-app-command.js'; export default class AppFrontendDeploy extends PushAppCommand { static description: string; static examples: string[]; static flags: { force: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; 'storefront-id': import("@oclif/core/lib/interfaces/parser.js").OptionFlag; 'storefront-select': import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; yes: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; }; static orientation: { env: string; }; static summary: string; run(): Promise; }