declare function frontmatterField(frontmatter: Record, field: string): boolean; declare function inFrontmatter(frontmatter: Record, field: string): boolean; export { frontmatterField, inFrontmatter };