import AppPush from '../app/push.js'; export default class AppThemePush extends AppPush { static args: { file: import("@oclif/core/lib/interfaces/parser.js").Arg>; }; 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; env: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; 'sync-app': import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; yes: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; }; static orientation: AppCommandOrientation; static summary: string; appType: string; run(): Promise; }