/**
* Client-side JavaScript for the HTML report
*
* Theme toggling, view switching, test filtering, modal interaction,
* and telemetry chart rendering — all embedded in the report.
*
* @module report/html/client-script
*/
/**
* Returns the self-contained JavaScript block that is injected into
* the HTML report. The script relies on two global variables being
* declared before it runs:
*
* ```js
* const tests = [ ... ]; // TestSummary[]
* const metrics = [ ... ]; // NormalizedSystemMetrics[]
* ```
*/
export declare function getClientScript(): string;
//# sourceMappingURL=client-script.d.ts.map