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