import type { Tool, ToolChoice } from "../types/index.js"; export declare function resolveToolChoice(options: { toolChoice?: ToolChoice>; }, tools: Record | undefined, shouldUseTools: boolean): ToolChoice> | "none";