import type { AgentSystemPromptContext } from "./agentSystemPromptContext.js"; /** * Renders skills by loading dynamic skill definitions from config and plugins. * Expects: context matches agentSystemPrompt input shape. */ export declare function agentSystemPromptSectionSkills(context: AgentSystemPromptContext): Promise; //# sourceMappingURL=agentSystemPromptSectionSkills.d.ts.map