import type { PluginInput } from "@opencode-ai/plugin"; export * from "./constants"; export * from "./types"; export declare function createNonInteractiveEnvHook(_ctx: PluginInput): { "tool.execute.before": (input: { tool: string; sessionID: string; callID: string; }, output: { args: Record; }) => Promise; };