import type { AgentSpec } from "./registry.js"; export declare function lyseSkillSource(): string; export declare function installLyseSkill(agent: AgentSpec, root: string): { path: string; installed: boolean; };