/// import { CoverageMapData } from 'istanbul-lib-coverage'; import { TestRunnerCoreConfig } from '@web/test-runner-core'; import { Profiler } from 'inspector'; type V8Coverage = Profiler.ScriptCoverage; export declare function v8ToIstanbul(config: TestRunnerCoreConfig, testFiles: string[], coverage: V8Coverage[], userAgent?: string): Promise; export { V8Coverage }; //# sourceMappingURL=index.d.ts.map