import type { CoverageReport } from './types.js'; export declare const DEFAULT_ROUTER: string; export declare function buildCoverageReport(options?: { offline?: boolean; specPath?: string; routerPath?: string; }): Promise; //# sourceMappingURL=build-report.d.ts.map