/** * Path / name display helpers shared across the Explore views. * * - pkgOf: the package an occurrence belongs to — prefers the * build-time-stamped `occurrence.package` (nearest package.json name, shown * scope-stripped), falling back to the path heuristic for old catalogs. * - packageOfPath: path-only fallback (first segment under packages/). * - displayName: collapse synthetic graph names like * "" into a short tag the table * can render without horizontal overflow. The underlying simpleName * is preserved as the identity (data-body-hash); only the cell text * is shortened. */ export declare function dashboardPathUtilsJs(): string; //# sourceMappingURL=path-utils.d.ts.map