import { HelpMeta } from '../../help/types.js'; import CreateApp from '../create/app.js'; export default class InitApp extends CreateApp { protected commandExample: string; static args: { id: import("@oclif/core/lib/interfaces/parser.js").Arg>; }; static description: string; static examples: string[]; static helpMeta: HelpMeta; static flags: any; run(): Promise; }