/** * BFS from inferred entry-point set to a target bodyHash. * * Entry-point heuristic mirrors v0.2's: any function in * `packages/cli/src/index.ts`, plus any exported function with no * callers in catalog. Returns the shortest path as a bodyHash[] * starting at an entry point and ending at the target. Returns null * when no entry point reaches the target. */ export declare function dashboardTraceJs(): string; //# sourceMappingURL=trace.d.ts.map