import type { PluginInput } from "@opencode-ai/plugin"; export declare function processMessages(sessionID: string, ctx: PluginInput): Promise;