variable installimport { install } from "https://deno.land/x/shellgpt@0.4.1/lib/update.ts"; Install & auto-update ShellGPT type(config: Config, isUpdate?) => Promise<{ result: "updated" | "error" | "ignored"; autoUpdate: "prompt" | "never" | "always"; latestVersion: string; currentVersion: string; }>