import type { Tool, BuildCommandOpts } from "./types.js"; export declare function buildCommand(tool: Tool, opts: BuildCommandOpts): string;