import { Browser } from 'puppeteer'; /** * This is called when test is executing in a non-main thread. We connect to * the browser instance using a web socket. */ export declare function connectBrowser(): Promise;