/** Context Injector — logs significant session events, filters streaming noise */ import type { PluginInput } from "@opencode-ai/plugin"; export declare function createContextInjectorHook(_ctx: PluginInput): { event: (input: any) => Promise; };