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, filterMessage?: (msgType: string, args: unknown[]) => boolean): () => void; //# sourceMappingURL=hook-page-console.d.ts.map