/** Edit Recovery — logs when edit tool fires */ import type { PluginInput } from "@opencode-ai/plugin"; export declare function createEditRecoveryHook(_ctx: PluginInput): { "tool.execute.after": (input: any, output: any) => Promise; };