export declare function parseFrontmatter(cacheKey: string, source: string): { body: string; frontmatter: { [key: string]: unknown; }; };