/** * Overview tab — cross-tool recent activity table. * Returns JS code as a string. * * The `toolBadgeStyles` and `tabMap` literals spliced into the emitted * JS are derived from the `defineToolTab` registry rather than * hard-coded — every registered tool tab contributes one entry to * each map. Adding a new tool is a `defineToolTab` call; this * function picks it up automatically. (F1/F8.) */ import './tool-tabs-registrations.js'; export declare function dashboardOverviewJs(): string; //# sourceMappingURL=overview.d.ts.map