export interface FactorySkillInfo { name: string; description: string; /** SKILL.md body with the frontmatter block removed. */ content: string; } /** * List the Factory skills, preferring repo-local versions over bundled ones and * skipping any skill missing from both roots. */ export declare function listFactorySkills(): Promise; //# sourceMappingURL=catalog.d.ts.map