import type { Skill } from "./Skill.js"; import type { DurableSkillDefinition } from "../../external-skills/types.js"; export declare function formatSkillsForPrompt(skills: readonly Skill[], durableSkills?: readonly DurableSkillDefinition[]): string | undefined;