/**
 * YAML Processing Module Exports
 *
 * This module provides comprehensive YAML processing functionality for Legal Markdown
 * documents, including parsing, serialization, and auto-population features.
 *
 * @module
 */
export { autoPopulateYamlFrontMatter, generateNoIndentPattern, normalizeYamlStructure, } from './yaml-auto-population';
//# sourceMappingURL=index.d.ts.map