export declare function parseFrontmatter(content: string): { data: Record; body: string; };