import matter from "gray-matter";
export declare function parseFrontmatter(content: string): matter.GrayMatterFile<string>;
