import { MapStackLocation } from '@web/browser-logs'; import { MapBrowserUrl } from '@web/browser-logs/src/parseStackTrace'; import { TestRunnerCoreConfig } from '../../../config/TestRunnerCoreConfig'; import { TestSession } from '../../../test-session/TestSession'; export declare function parseBrowserLogs(config: TestRunnerCoreConfig, mapBrowserUrl: MapBrowserUrl, mapStackLocation: MapStackLocation, result: Partial): Promise; //# sourceMappingURL=parseBrowserLogs.d.ts.map