import type { PerformanceMetrics, RunOptions } from './../../module.js'; export declare function setup(config?: PerformanceMetrics): void; export declare function hasSufficientPerformance(): boolean; export declare function hasSufficientDownloadPerformance(): boolean; export declare function run(options?: RunOptions): Promise;