export declare function parseSkillFrontmatter(content: string): { name?: string; description?: string; userInvocable?: boolean; scope?: "runtime" | "dev" | "both"; }; //# sourceMappingURL=skill-frontmatter.d.ts.map