/** Task Retry — logs task failures */ import type { PluginInput } from "@opencode-ai/plugin"; export declare function createTaskRetryHook(_ctx: PluginInput): { "tool.execute.after": (input: any, output: any) => Promise; };