import { type PluginInput, type ToolDefinition } from "@opencode-ai/plugin"; export declare function createLookAt(ctx: PluginInput): ToolDefinition;