/** * Universal Function Card overlay — opened by every view's row click. * * `openFunctionCard(bodyHash)` looks up the occurrence in * `graphIndexes.byBodyHash`, renders a card with name + location + * meta + callers + callees + action buttons, and appends a single * `.function-card-overlay` element to . Re-opening swaps the * content of the same overlay (singleton invariant — §10.2). * * Closes on Escape key (panel orchestrator), close-button click, and click on * the overlay backdrop. "Trace from entry" renders the shortest indexed path * from an inferred entry point when one exists. */ export declare function dashboardFunctionCardJs(): string; //# sourceMappingURL=function-card.d.ts.map