/** * Tool tab rendering — creates subtabs (Sessions / Catalog / Recipes) under each tool tab. * Returns JS code as a string. * * Delegates the subtab DOM/click pattern to the shared `renderSubtabBar` * Strategy declared by `dashboardSubtabBarJs` (F2). The three-subtab * shape is now a config — `[overview, catalog, recipes]` — so a tool * with a different shape (e.g. Code Paths' two subtabs) is also a * config call rather than a duplicated DOM block. */ export declare function dashboardToolTabsJs(): string; //# sourceMappingURL=tool-tabs.d.ts.map