/** * SMI-4813: parseYamlFrontmatter helper, extracted from SkillParser.ts so the * class file stays under the audit:standards 500-line gate. * * Internal to the indexer module — not re-exported from `index.ts`. Consumers * import via the `SkillParser` class. */ /** * Simple YAML frontmatter parser * Parses basic YAML key-value pairs without external dependencies */ export declare function parseYamlFrontmatter(yaml: string): Record; //# sourceMappingURL=SkillParser.helpers.d.ts.map