import type { ToolDefinition } from "@oh-my-pi/pi-coding-agent"; import type { AcpRuntime } from "./runtime.js"; declare const SearchParams: import("@oh-my-pi/omptype").FluentType<{ limit?: number | undefined; query: string; }, { limit?: number | undefined; query: string; }>; export declare function makeSearchTool(runtime: AcpRuntime): ToolDefinition; export {};