import * as esbuild from 'esbuild'; /** * Like `esbuild.analyzeMetafile`, but: * - render to markdown table * - more compact, accumulate files in same module * - strip common ancestor directory */ export default function analyzeMetafile(data: esbuild.Metafile): string;