import type { AgentSystemPromptContext } from "./agentSystemPromptContext.js"; /** * Renders tool-calling guidance and concatenates optional no-tools enforcement text. * Expects: context matches agentSystemPrompt input shape. */ export declare function agentSystemPromptSectionToolCalling(context: AgentSystemPromptContext): Promise; //# sourceMappingURL=agentSystemPromptSectionToolCalling.d.ts.map