export declare function parseStrippedFrontmatter(src: string): import("gray-matter").GrayMatterFile; export declare function parse(src: string): {};