import type { AgentSystemPromptContext } from "./agentSystemPromptContext.js"; /** * Renders runtime and channel environment details. * Expects: context matches agentSystemPrompt input shape. */ export declare function agentSystemPromptSectionEnvironment(context: AgentSystemPromptContext): Promise; //# sourceMappingURL=agentSystemPromptSectionEnvironment.d.ts.map