import type { FileSystemContext } from "../context/FileSystemContext.js"; import type { Skill } from "./Skill.js"; import type { DurableSkillDefinition } from "../../external-skills/types.js"; export declare function loadSkillInstructions(fs: FileSystemContext, durableSkills?: readonly DurableSkillDefinition[], loadedSkills?: readonly Skill[]): Promise;