type alias StreamResponseimport { type StreamResponse } from "https://deno.land/x/shellgpt@0.4.1/lib/ai.ts"; definition: { done: boolean; value: string | null; delta: string | null; }