import * as net from 'net'; import * as puppeteer from 'puppeteer-core'; import { TestFileOptions } from './test-page'; export interface TestOptions { start: () => Promise; launch?: puppeteer.LaunchOptions; files?: Partial; coverage?: boolean; } export default function runTest(options: TestOptions): Promise; //# sourceMappingURL=run-test.d.ts.map