import type { AISDKCoreTool } from '../../types/index.js';
/**
 * Formats tool definitions for injection into the system prompt
 * Used when native tool calling is disabled but we still want the model
 * to be able to call tools via XML format
 */
export declare function formatToolsForPrompt(tools: Record<string, AISDKCoreTool>): string;
//# sourceMappingURL=tool-prompt-formatter.d.ts.map