import { MapBrowserUrl } from '@web/browser-logs'; import { TestRunnerCoreConfig } from '../../../config/TestRunnerCoreConfig'; import { TestSession } from '../../../test-session/TestSession'; import { SourceMapFunction } from './createSourceMapFunction.js'; export declare function parseBrowserResult(config: TestRunnerCoreConfig, mapBrowserUrl: MapBrowserUrl, sourceMapFunction: SourceMapFunction, userAgent: string, result: Partial): Promise>; //# sourceMappingURL=parseBrowserResult.d.ts.map