/** * View registry — emits the singleton `views = []` and the dispatch * helpers (`activateView(id)`, `renderActiveView()`). * * Each `view-*.ts` file pushes its own `View` literal into `views`. The * panel orchestrator iterates the registry to render tabs and to fan * out filter-change notifications (§10.1 / §10.3). * * `activateView(id)` updates `location.hash` to `#code-paths/` so * each view is deep-linkable (§7 Phase P3 step 4). */ export declare function dashboardViewsRegistryJs(): string; //# sourceMappingURL=views-registry.d.ts.map