import { Command, flags } from '@oclif/command'; export declare class InitCommand extends Command { static description: string; static examples: string[]; static args: { name: string; description: string; default: string; }[]; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag; template: flags.IOptionFlag; }; run(): Promise; private checkTargetPath; private promptTemplate; }