import type { AgentSystemPromptContext } from "./agentSystemPromptContext.js"; /** * Renders the preamble section from role metadata and current date. * Expects: context matches agentSystemPrompt input shape. */ export declare function agentSystemPromptSectionPreamble(_context: AgentSystemPromptContext): Promise; //# sourceMappingURL=agentSystemPromptSectionPreamble.d.ts.map