/** * Loads SKILL.md body content and strips optional YAML frontmatter. * * Expects: filePath points to a readable markdown file. */ export declare function skillContentLoad(filePath: string): Promise; //# sourceMappingURL=skillContentLoad.d.ts.map