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