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