/** * Checks catalog rendering — browsable catalog of checks with run stats. * Reusable: renderChecksCatalog(container, catalogData) can be called from any panel. * Returns JS code as a string. */ export declare function dashboardChecksJs(): string; //# sourceMappingURL=checks.d.ts.map