declare function addFrontMatter(markdown?: string | null, metadata?: { [key: string]: unknown; }): string; export { addFrontMatter };