/** Orchestrator Hook — logs every invocation + tracks task() */ import type { PluginInput } from "@opencode-ai/plugin"; export declare function createOrchestratorHook(_ctx: PluginInput): { "tool.execute.after": (input: any, output: any) => Promise; };