import { type PluginInput, type ToolDefinition } from "@opencode-ai/plugin"; import type { BackgroundManager } from "../../features/background-agent"; export declare function createCallOmoAgent(ctx: PluginInput, backgroundManager: BackgroundManager): ToolDefinition;