import type { ProductGraph } from '../graph/graph-types.js'; /** * Render the product-level README.md overview document. */ export declare function renderProductOverview(graph: ProductGraph, resolveString: (ref: string | null) => string | null): string; //# sourceMappingURL=product-renderer.d.ts.map