import type { PluginInput } from "@opencode-ai/plugin";
export type OpencodeClient = PluginInput["client"];
