/** One frontmatter scalar: a string, a number, a boolean, or `null` (`null` / `~` / an empty value). */ export type FrontmatterScalar = string | number | boolean | null; //# sourceMappingURL=frontmatter-scalar.d.ts.map