import { Command, type CommandFlags } from '../../command.js'; export default class CreateModel extends Command { static description: string; static args: { content: import("@oclif/core/lib/interfaces/parser.js").Arg>; }; run(): Promise; }