import { Page } from 'puppeteer'; /** * @private */ export declare function injectInitPatch(page: Page): Promise;