import type { PluginInput } from "@opencode-ai/plugin"; export declare function findAstGrepBinary(): string | null; export declare function createAstSearchTool(ctx: PluginInput, binaryPath: string): any;