import ThemeCommand from '../../utilities/theme-command.js'; export default class Package extends ThemeCommand { static summary: string; static descriptionWithMarkdown: string; static description: string | undefined; static flags: { path: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; 'no-color': import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; verbose: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; }; run(): Promise; }