type ParsedFrontmatter> = { frontmatter: T; body: string; }; export declare const parseFrontmatter: = Record>(content: string) => ParsedFrontmatter; export declare const stripFrontmatter: (content: string) => string; export {}; //# sourceMappingURL=frontmatter.d.ts.map