import { PushAppCommand } from '../../../push-app-command.js'; export default class AppFrontendDev extends PushAppCommand { static examples: string[]; static flags: { 'proxy-port': import("@oclif/core/lib/interfaces/parser.js").OptionFlag; 'storefront-id': import("@oclif/core/lib/interfaces/parser.js").OptionFlag; 'storefront-select': import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; 'app-dev': import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; yes: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; 'no-push': import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; port: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; 'frontend-port': import("@oclif/core/lib/interfaces/parser.js").OptionFlag; }; static orientation: { env: string; }; static summary: string; logAppLocalUrl(storeId: string, sessionId: string): void; run(): Promise; private execFrontendProject; }