import { Command } from '@oclif/command'; export default class Create extends Command { static description: string; static examples: string[] | undefined; static args: Command['ctor']['args']; run(): Promise; }