import type { AgentSystemPromptContext } from "./agentSystemPromptContext.js"; /** * Renders message formatting and delivery guidance from connector capabilities. * Expects: context matches agentSystemPrompt input shape. */ export declare function agentSystemPromptSectionFormatting(context: AgentSystemPromptContext): Promise; //# sourceMappingURL=agentSystemPromptSectionFormatting.d.ts.map