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