import type { AvailableCategory, AvailableSkill } from "./dynamic-agent-prompt-types";
export declare function buildCategorySkillsDelegationGuide(categories: AvailableCategory[], skills: AvailableSkill[]): string;
