import type { ToolDef } from "../config.js"; export declare function startTui(tools: ToolDef[], allTools: ToolDef[], token: string, authType: "oauth" | "token"): Promise;