/** * Show Pretty Formatter * * Rich pretty output for single-reference detail view. */ import type { NormalizedReference } from "./show-normalizer.js"; export declare function formatShowPretty(ref: NormalizedReference): string; //# sourceMappingURL=show-pretty.d.ts.map