import type playwright from 'playwright-core'; /** * Hooks the console of a `playwright.Page` to Node's console, * printing anything from the page in Node. */ export declare function hookPageConsole(page: playwright.Page): () => void; //# sourceMappingURL=hook-page-console.d.ts.map