export type ParsedFrontmatter = Record; export declare function parseFrontmatterBlock(content: string): ParsedFrontmatter;