import { Command } from '@oclif/core'; export default class Create extends Command { static description: string; static strict: boolean; static examples: string[]; static flags: { handle: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; package: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; version: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; }; static args: never[]; run(): Promise; }