import type { FileSystemContext } from "../context/FileSystemContext.js"; import type { Skill, SkillSource } from "./Skill.js"; export declare const MAXIMUM_SKILL_FILE_BYTES: number; export declare function loadSkillFromFile(fs: FileSystemContext, filePath: string, source?: SkillSource): Promise;