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