/** * Filter primitives for the Code Paths panel. * * The interactive "Filters" chip drawer that used to sit between the Explore * subtab and the view tab bar was removed — the Visualization view owns its own * controls and the other views don't need a shared chip bar. What remains is * the small shared surface still consumed elsewhere: * * - `filterState` — default, non-interactive filter (production-only, all * packages, all kinds). The Functions table reads it via `passesFilter`; * the Coupling drilldown passes it through. Nothing mutates it now. * - `passesFilter(occ, filterState)` — the per-row predicate the Functions * view (and the Coupling drilldown) applies. * - `packagesInCatalog(catalog)` / `KIND_LIST` — the package list and kind * vocabulary the Visualization controls (`graph-controls.ts`) drive their * Package and Kind selectors from. */ export declare function dashboardFiltersJs(): string; //# sourceMappingURL=filters.d.ts.map