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