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