import { MapStackLocation } from '@web/browser-logs'; import { MapBrowserUrl } from '@web/browser-logs'; import { TestRunnerCoreConfig } from '../../../config/TestRunnerCoreConfig.js'; import { TestResultError, TestSession } from '../../../test-session/TestSession.js'; export declare function replaceErrorStack(error: TestResultError, mapBrowserUrl: MapBrowserUrl, mapStackLocation: MapStackLocation, rootDir: string): Promise; export declare function parseSessionErrors(config: TestRunnerCoreConfig, mapBrowserUrl: MapBrowserUrl, mapStackLocation: MapStackLocation, result: Partial): Promise; export declare function parseTestResults(config: TestRunnerCoreConfig, mapBrowserUrl: MapBrowserUrl, mapStackLocation: MapStackLocation, result: Partial): Promise; //# sourceMappingURL=parseBrowserErrors.d.ts.map