import type { BuildToolPlanOptions, ToolPlan } from "./types.js"; export declare function buildToolPlan(options: BuildToolPlanOptions): ToolPlan;