import type { ToolDef } from "../config.js"; export declare function runApp(tools: ToolDef[], allTools: ToolDef[]): Promise;