import type { MetadataIndex } from '../types.js'; export declare function renderMarkdown(cwd: string, index: MetadataIndex): string;