import type { ModuleNode, ProductGraph } from '../graph/graph-types.js'; /** * Render a complete human-readable markdown document for one module. */ export declare function renderModuleDoc(mod: ModuleNode, graph: ProductGraph, resolveString: (ref: string | null) => string | null, resolveLink: (nodeId: string, fromModule: string) => string): string; //# sourceMappingURL=module-renderer.d.ts.map