/** * evolve_scan — validate + merge + score evolve proposals. * * This tool is scan/report oriented and only writes into `.opencode/`. */ import { tool } from "@opencode-ai/plugin"; export declare function createEvolveScanTool(): ReturnType;