import type { ExportsTreeNode } from '../graph-explorer/operations/build-exports-tree.ts';
export declare const formatTrace: (node: ExportsTreeNode, toRelative: (path: string) => string, isReferenced: boolean) => string;
