export interface FrontmatterResult> { data: T; body: string; } export declare function parseFrontmatter>(content: string): FrontmatterResult;