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