import { Page } from 'puppeteer-core'; import { TestRunnerCoreConfig } from '@web/test-runner-core'; import { SessionResult } from '@web/test-runner-core'; export declare class ChromeLauncherPage { private config; private testFiles; private product; puppeteerPage: Page; private nativeInstrumentationEnabledOnPage; constructor(config: TestRunnerCoreConfig, testFiles: string[], product: string, puppeteerPage: Page); runSession(url: string, coverage: boolean): Promise; stopSession(): Promise; private collectTestCoverage; } //# sourceMappingURL=ChromeLauncherPage.d.ts.map