import AppPull from '../app/pull.js'; export default class AppThemePull extends AppPull { static args: { appId: import("@oclif/core/lib/interfaces/parser.js").Arg>; targetPath: import("@oclif/core/lib/interfaces/parser.js").Arg>; }; static delayOrientation: boolean; 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; }; static summary: string; appType: string; run(): Promise; }