import type { SkillManifest, SkillSourceType, FetchedSkill } from '../types/index.js'; export declare function loadManifest(): SkillManifest; export declare function saveManifest(manifest: SkillManifest): void; export declare function addToManifest(skills: FetchedSkill[], sourceType: SkillSourceType): void; export declare function removeFromManifest(skillId: string): void; //# sourceMappingURL=skill-manifest.d.ts.map