/** Minimal YAML scalar escaping for the single `name:` frontmatter value — not a general YAML codec. */ export declare function escapeYamlString(str: string): string; export declare function unescapeYamlString(str: string): string; //# sourceMappingURL=yaml.d.ts.map