interface CommandPipeWriter implements [Deno.WriterSync]import { type CommandPipeWriter } from "https://deno.land/x/dax@0.33.0/mod.ts"; Used to write to stdout or stderr. MethodswriteSync(p: Uint8Array): numberwriteText(text: string): voidwriteLine(text: string): void